convert sql server data to msacess

V

vinodkus

dear sir/madam
How to convert sql server data to ms access.
Please help me

Thanks in advance
 
B

Bob Barrows [MVP]

dear sir/madam
How to convert sql server data to ms access.
Please help me

Thanks in advance


This is not really a task for ASP. Access has builtin functionality for
importing data. For help, see an Access newsgroup.
SQL Server also has builting functionality for exporting data: before
SQL2005, it was called DTS (Data Transformation Services). In SQL 2005, it
is called SSIS (SQL Server Integration Services). For help with these, see
as SQL Server newsgroup.

If you insist on misusing ASP for this, then all I can say is: data is data,
no matter where it is stored. There is nothing preventing you from opening a
recordset on the SQL Server table, and using the data retrieved to build
insert statements to be executed in an Access database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top