06-05-2010 04:51 AM
API to make connection of UDL with mdb,
by programming in run time i want to make mdb file and make Link with UDL file. programmatically.
06-05-2010 05:29 AM
06-05-2010 05:41 AM
06-05-2010 06:57 AM
Ok then, linking to a udl should be fairly straightforward then.
I'll have a think, not going to have a chance to properly look until monday mind...
Have you got any progress of your own?
06-05-2010 10:24 AM
06-06-2010 02:00 PM
Been thinking this over in my head...
For creating a table you could link to a stored procedure using a parameterized query vi.
One of the parameters would have to be table name, another would have to be target database.
Im really unsure about creating the UDL programatically, I think this may be your sticking point.
06-06-2010 02:09 PM
06-06-2010 11:09 PM
Well, there is a CREATE DATABASE command in SQL, but I've never used it, as I use Enterprise Manager to create database in SQL Server.
However, I agree that the poster really needs to explain better. These terse statements are too ambiguous.