SqlServer Stored Procedure
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Can we insert a record directly into ms-access table using sql stored procedure? could anyone help me.
-
Can we insert a record directly into ms-access table using sql stored procedure? could anyone help me.
Add the Access database to the SQL Server as a "Linked Server" then you should be able to write an update statement from a regular SQL statement. "People who never make mistakes, never do anything." My Blog
-
Can we insert a record directly into ms-access table using sql stored procedure? could anyone help me.
What do you want to do. Update MS-Access Database with the stored procedure of SQL server or have your own update stored procedure for MS-Access. Akif