Oct 29, 2002 #1 JBravo Programmer Joined Mar 21, 2002 Messages 12 Location IE Hi All, Is it possible to create an Access DB "on the fly" using ADO? If not is there any other method? Thanks, J.
Hi All, Is it possible to create an Access DB "on the fly" using ADO? If not is there any other method? Thanks, J.
Oct 30, 2002 1 #2 minhhoa Programmer Joined Oct 20, 2002 Messages 13 Location VN You can use ADOX (COM) objects to do it. See ADOX API Reference in MSDN library for more details. Minh Hoa Upvote 0 Downvote
You can use ADOX (COM) objects to do it. See ADOX API Reference in MSDN library for more details. Minh Hoa