Erorr[HY000]

Dev_bas

New Member
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.:confused:

I will appreciate any effort to help me in this issue.
 
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.:confused:

I will appreciate any effort to help me in this issue.

after I worte this issue , i try to test it on Desktop Application with same driver and ODBC Objects , and it works and shows all records,
so why it doesn't work on Web Application r there any permisson issues I must do to make it works on web application ?!!!
 
In order for DATADIRECT 4.10 SQL92 v9.1E to work you'll also need to install Progress Client networking 9.1E on the same machine. Hope this help. :biggrin:
 
Back
Top