*Create Microsoft Access Database Programmatically (VB.NET/ASP.NET)*
http://www.freevbcode.com/ShowCode.Asp?ID=5797

*How to create an Access database by using ADOX and Visual C# .NET*
http://support.microsoft.com/kb/317881



On Thu, Apr 22, 2010 at 10:50 PM, Arsalan Tamiz <[email protected]> wrote:

> I don't know the standard practice for creating an MS Access Database but
> here is the simple workaround,
>
> 1) Create an empty MS Access Database using Microsoft Access obviously
> 2) Keep this empty database file with your application
> 3) Whenever you need to create an MS Access Database runtime in your
> application, you just have to make a copy of that empty database file
> 4) After creating that new file, you can use standard SQL Queries etc. for
> further making tables/views in the database.
>
>
> On Wed, Apr 21, 2010 at 6:51 PM, Stephen Russell <[email protected]>wrote:
>
>> On Wed, Apr 21, 2010 at 5:11 AM, juned <[email protected]> wrote:
>> > Hi,
>> >     I am a student of MCA and preparing a database migration
>> > application that migrates a database file from one database format to
>> > another. To develope this application I am using VB.Net platform. To
>> > design this application I need to know that,
>> >
>> > 1>how to retrieve schema information of any database file.
>> -------------------------
>>
>>
>> http://lmgtfy.com/?q=how+to+retrieve+schema+information+of+any+database+file
>>
>>
>>
>> > 2>how to create MS Access database file at runtime.
>> --------------
>>
>> Sorry but I don't use access.
>>
>>
>> --
>>
>> Stephen Russell
>>
>> Sr. Production Systems Programmer
>> CIMSgts
>>
>> 901.246-0159 cell
>>
>>
>> --
>> Subscription settings:
>> http://groups.google.com/group/dotnetdevelopment/subscribe?hl=en
>>
>
>

Reply via email to