Hallo everybody,
I've developed a small windows forms application using C# , this application
store some data in an Access 2000 database. How can I ensure that my
application will work well on any computer even without Office 2000 ?
Should I include with it "Jet 4.0 Service Pack 7" , "MDAC"...
more >>
I have a SQLDataAdapter that contols data between a SQL
table whose Primary Key is an "Identity" column and a
DataSet in my application.
I also have a DataGrid that displays the DataSet's copy
of the SQL table. I noticed that if I click on a "new
row", the Identity column is incremented a...
more >>
I have used dbserverenum and NetServerEnum and SQLDMO and such to
generate lists of servers on a network.
Can somebody point me to an example or a method that only relies on
C#, ADO.NET and the framework? It would be nice to avoid P/Invoke.
TIA...
more >>
Hi,
I'm kind of in the 11th hour with this project and I'm running into an bit
of a bug with my code... I'm not sure what I'm doing wrong, but I am
calling RejectChanges so I can determine the Primary Key of some records
I've deleted. My intention is to use the Primary Key to delete related
...
more >>
Hi
How to convert DataSet or DataTable to
bytes, send int via internet and next covert
with return to DataSet or DataTable?
Thanks
Konrad
...
more >>