Problem with VB.NET and MS Access
-
I've an application developed in VB.Net 2003 and MS access 2003. This works fine with US settings. But when I change my regional settings to Bosnian or Croation and try to execute query it gives me error:
The Microsoft Jet database engine could not find the object [FieldNameInDatabaseTable]. Make sure the object exists and that you spell its name and the path name correctly.
[FieldNameInDatabaseTable] is the last field in the table. I tried reducing the number of fields in table to one. But no luck. Any help available on this? Regards, Nilesh. -
I've an application developed in VB.Net 2003 and MS access 2003. This works fine with US settings. But when I change my regional settings to Bosnian or Croation and try to execute query it gives me error:
The Microsoft Jet database engine could not find the object [FieldNameInDatabaseTable]. Make sure the object exists and that you spell its name and the path name correctly.
[FieldNameInDatabaseTable] is the last field in the table. I tried reducing the number of fields in table to one. But no luck. Any help available on this? Regards, Nilesh.have you checked all the connetion settings? the odbc bridge?
-
have you checked all the connetion settings? the odbc bridge?
Yes! i've checked everything. It works fine with US settings and some other settings also. But for some regional setttings it fails. For settings like Zulu it fails.