Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

odbc - Btrieve (file) owner problems -


i've been tasked exporting bunch of tables btrieve (pervasive) database 1 of tables putting fight. i'm using pervasice control centre when run select * <troublesome table> error:

odbc error: sqlstate = s1000, native error code = 0 unable open table: <troublesome table>. owner namme invalid(btrieve error 51) 

i've google'd , found out there can "owner" ddf file but, if understand correctly, tables in file. there's 1 table causing error have no idea what's going on.

could please offer assistance.

there can owner name on btrieve file ddf. in case, seems btrieve file has owner name required read file (an owner name can allow read access without owner name or no access).
depending on version of psql using, can issue set owner= command before executing select statement. full documentation on set owner, take @ http://docs.pervasive.com/products/database/psqlv11/wwhelp/wwhimpl/js/html/wwhelp.htm#href=sqlref/syntaxref.3.76.html. far determining owner name, you'll have ask developer of program. there no default owner name , not master owner name.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -