G
Guest
Hi C# users;
I am trying to run an SQL Script on an Access database. I can do it
directly, but, what I would like to do is build a dll that I can call and
give it the databasename and the SQLScript filename and have it return an
integer for success or failure.
Example: int ExecuteSqlScript(string databasePathName, string script);
If you have any ideas I would be gratefull
Thanks.
Rich III
I am trying to run an SQL Script on an Access database. I can do it
directly, but, what I would like to do is build a dll that I can call and
give it the databasename and the SQLScript filename and have it return an
integer for success or failure.
Example: int ExecuteSqlScript(string databasePathName, string script);
If you have any ideas I would be gratefull
Thanks.
Rich III