In my application (ASP.net) I use the following:
MyDataSource.InsertParameters.Clear();
MyDataSource.InsertParameters.Add("AdvID", TypeCode.String, sAdvID);
MyDataSource.InsertParameters.Add("Email", txtEmail.Text);
MyDataSource.InsertParameters.Add("Name", txtName.Text);
MyDataSource.InsertC...
more >>
when i imported excel sheet to datagrid some of values are ignored.If i
change the TypeGuessRows registry key value in path
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Jet\4.0\Engines to 0 then its working
fine .But it is not the right way to change the registry key.So I followed
alternative way...
more >>
I have installed our .NET application on a system running Microsoft Windows
Vista operating system.
When I run our application, I receive the following error message whenever
it tries to create a DBF file using VFPODBC:
"ERROR [IM001] [Microsoft][ODBC Driver Manager] Driver does not support ...
more >>
I have a series of DBF files that I want to import into a SQL database.
When I query a few of the files using ODBC (DBF driver), OLE.DB (Jet
4.0) the fields that are decimal and have values are returned as NULL.
Looking at the internals, I can see no differences in the headers of
the files (fie...
more >>