I have two tables of the same structure in an Access DataBase. One table is linked from an ODBC source and the other is an Access table. I want to delete the data in the Access table that contains duplicate information from the ODBC table. The tables are joined by the primary key.
When I try...
How can I synchronize my field laptops with my server machine on a periodic basis?
My field laptops Retrieve/Modify/Add information to their local database. When that laptop gets back, I want to update the central server, then update the local laptop again. The central server is only used to...
I am trying to write an SQL query that selects specific records from an ODBC database and outputs them to a text file in a specified format.
A co-worker of mine recently attended a workshop which gave us the idea. Unfortunately, he is not an SQL person and has no idea of how it is soppose to...
I am using a VB6 application to connect to a Sysbase SQL database. The problem I have is that I first need to launch the Sysbase DBClient.exe application in order for my VB code to connect. I desire to connect completely by code, without having any user interaction.
I tried to use the VB...
I have a very simple query based from a very simple table that I cannot get to work.
Table1:
Field1: TAG, Text
Field2: TimeModified, Date
Query1:
SQL: SELECT Table1.TAG, Table1.TimeModified
FROM Table1
WHERE (((Table1.TimeModified)=#4/12/2001 10:39:35#));
The output of the Query is nothing...
I am using a VB6 application to connect to a Sysbase SQL database. The problem I have is that I first need to launch the Sysbase DBClient.exe application in order for my VB code to connect. I desire to connect completely by code, without having any user interaction.
I tried to use the VB...
I have an Access database(DB1) that contains a couple of tables linked to another Access database(DB2). Both databases are on a network drive (ie: \\Computer1\folder\db1.mdb, \\Computer1\folder\db2.mdb).
I then used the Access replicate feature on DB1 so that my technicians can use the...
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.