I am searching for a utility under SAP that exports database tables to text files
I don't want to use SQL server utlities, as i dont know the tables name, or where i can find the needed data
lets say i want to test the data on another software, can anyone help?
thanks
Hi,
I am trying to connect to another db using the following code:
Dim db As Database
Dim con As Container
Dim doc As Document
Dim newLink As TableDef
Set db = CurrentDb()
Set newLink = db.CreateTableDef("WebResume")
newLink.Connect = ";DATABASE=" & dbPath & dbName
newLink.SourceTableName =...
I have this MS Access database, which is being updated from a web ressource (asp)..
anyway, in the company where i work, we have our beloved Sharepoint portal site, and for sure this is the users interaction.. in my sharepoint we created a list that imports some specific data from that MS Access...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.