Hello to All,
I installed Progress workgroup Database on my machine with Win-XP OS , and I try to create Database from Data Administration tool as copy of sports database, and start it from "Progress explorer Tool", then I create DSN driver from "DATADIRECT 4.10 SQL92 v9.1E" to used it in odbcDataAdapter for my web application created by VS.NET 2003 ,
and after I made Preview data all records of "Customer" table appears ,
 
but when I try to Fill DataSet i already created in application from codebehind file byodbcdataAdapter1.Fill(DSsport,"Customer")
an erorr raise
 tell :
"System.Data.Odbc.OdbcException: ERROR [HY000] [DataDirect][ODBC PROGRESS driver]Insufficient information to connect to the data source. "
 
so do I need any schema holder on sport.db @Progress to solve this problem ?!!!!!
and if so, how can I do this coz I faced problems in linking probrkr.lnk to generate _probrkr.exe to create DataSever.
 
 
I will appreciate any effort to help me in this issue.
				
			I installed Progress workgroup Database on my machine with Win-XP OS , and I try to create Database from Data Administration tool as copy of sports database, and start it from "Progress explorer Tool", then I create DSN driver from "DATADIRECT 4.10 SQL92 v9.1E" to used it in odbcDataAdapter for my web application created by VS.NET 2003 ,
and after I made Preview data all records of "Customer" table appears ,
but when I try to Fill DataSet i already created in application from codebehind file byodbcdataAdapter1.Fill(DSsport,"Customer")
an erorr raise
"System.Data.Odbc.OdbcException: ERROR [HY000] [DataDirect][ODBC PROGRESS driver]Insufficient information to connect to the data source. "
so do I need any schema holder on sport.db @Progress to solve this problem ?!!!!!
and if so, how can I do this coz I faced problems in linking probrkr.lnk to generate _probrkr.exe to create DataSever.
I will appreciate any effort to help me in this issue.