We have database files wich end on idx the other files in de same directory have no extensions.
What kind of database is this.
We have to replace an old program for our program, and the cu...
Hi,
I have a odbc connection from access to oracle. before i was able to get the connection to work i would do a manual feed/dup of the table in oracle to the table in access (148,000 rows...
Hi, Ive got a table like this:
Attributes
ProductID GroupID AttributeID Value
1000 10 1 Black
1001 1...
I m working on ms access 2007. and i want to create a table which have a field of datatype attachment through query u .like this (create table tablename (name varchar);). so, how to create ...
I am trying to run a query against two tables. Table 1 contains a field called "Category". Table 2 contains a field called "Description". There is a field called "GB-ID" which links these t...
The following SQL is working as expected;
INSERT INTO TABLE(COLUMN1) VALUES (VALUE1);
This INSERT is inserting a column, COLUMN1, and a serialized column,
COLUMN2, not shown. COLUMN2 gets i...
hi,
I'm searching for a SQL (ANSI, SQL-2, SQL-3,...)
syntax documentation, in HTML, PS, .doc .... format.
Anybody knows an adress?
I need to use a Watcom SQL database file with MS-SQL Server,
I don't own Watcom database, so I can't read the file and save in ASCII format.
How can I do ?
Is it possible to download the Informix finderr command from the net. Or would I have to copy it from my UNIX machine (assuming that it's not illegal) to my pc?
I have an old Pfs:file database that I wishto convert to anything current like Access or even Quattr or Excel. My computer will no longer run the executable file for PFS but I do have the data...
I'd need to know how to install & setup ODBC drivers, MS Jet and related files onto a machine running W95 or WNT. I still can't believe I will have to write a separate application for copying ...
I have built a table called "Orders" in Access.
I want to use an SQL statement to get the last record of the "Orders", how can I do that?
The primary key of the "Orders" is order_no and its ...
Does DB2 allow the CASCADE Update type of refresntial Integrity in the relationships
I have a database created with Clarion for DOS. Is there an ODBC driver so I can access it from VB program or is there some other way to do that?
I have an old dbase file witch is corrupt.
does anyone know a fixprogram to fix this.
I tried dbrx14.exe but this program is no good.
I need free ODBC Paradox Driver (not MS Paradox Driver)!
Where I can get it ?
(I don't need DataDirect Connect ODBC cause i must pay for it...)
I've installed the latest MDAC (MS Data Access Components) 2.1 (MDAC 2.1.2.4202.3) on a Win 95 and an NT system here only to find that they break the connectioon to an ODBC driver (FLEXODBC) ...
hi expert;
Statement below refers ...
-------------------------------------------------------
UPDATE glmastregm
SET mth_open_bal = mth_open_bal + w_gladjdet.amt
WHERE br_code = w_gladjd...
I have a dBase database that I want to convert over to Access which is relatively easy but in one table there is one field where the programmer put all of the information for this field (from ...
Any one encounter the following message when attempting to execute the oninit?
oninit: error in loading shared libraries: iosm09a.so: cannot open shared object file: No such file or directo...
I'm fairly new to db design, therefore this questions:
I have (among others) three tables:
tblProjects
(ProjectID, Name, etc.)
tblTeamMembersxProjects (joint table)
(ProjectID, Te...
I have two arrays in pl/sql code that have data for doing graph:
an array that restore data for pivot X,
and an array that restore data for the pivot Y.
I try to find some function that c...
Does anyone have a quick way of extracting all the data in a database as a series of insert statements. Basically i have a new data model which people have begun to populate with development d...
I design a dll to access Informix with VC.
When dll doesn't support MTS, it works well. but when it support MTS, i can't open the connection. the HRESULT is FAILED.
ADODB::_ConnectionPtr ...
Can someone please tell me how I can reset a mySQL database which is on my host server.
Also, anyone know of a script file to test whether php is installed on a host server?