|
-
May 13th, 2003, 05:24 AM
#1
Thread Starter
Junior Member
upgrade of database from access to MSDE makes sql not work
Hi
I have a small program that is taking data from a text file and updating a table in an access database. This was working fine until.... we upgraded the access database to a MSDE database.
Now when my code hits the line of code:myconnection.Execute "delete * from conloc where ContainerID in (select ContainerID from [Text;DATABASE=c:\file_extraction\TxtPickup].[filqasConLoc.txt]) "
it breaks down and doesn't want to work now that it is working with the MSDE database.
Does anyone know why this is happening or can give me any leads what to research.
Maybe I need to do stored procedures but have no idea how to actually go about it .
Can you help
rgds, Knoxvile
-
May 13th, 2003, 06:22 AM
#2
it's due to this bit: from [Text;DATABASE=c:\file_extraction\TxtPickup].[filqasConLoc.txt])
but I don't know how you would do it in MSDE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|