hog Posted October 11, 2003 Posted October 11, 2003 I now know that to solve my current problem I need to use transactions to ensure integrity. I have to date only used Access2002 as my datasource which I have read I need to use in conjunction with SQL Server to make use of transactions. Alas I do not have access to SQL Server but I do I think have access to MSDE. Question is this, is it possible to create a transaction setup using MSDE and also how do I actually go about creating a MSDE database? Where is the interface to which I would do this?? Thnx for any advice Quote My website
*Gurus* Derek Stone Posted October 11, 2003 *Gurus* Posted October 11, 2003 There is no MSDE interface, per se. You'll need to use T-SQL to perform actions. A command-line client called "osql" is installed with MSDE an can be invoked through the Start Menu | Run command. Reference for T-SQL can be found on MSDN. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.