| Thread | Last Post | Replies |
|
| CASE SENSITIVE - Issue (urgent) | 22 Jan 2010 15:39 GMT | 1 |
I am using Fedora 11 and MY SQL 5.1.32 version. I have table as follows, SupportData ------------------------------------------
|
| TYPE CONVERSION in MYSQL | 21 Jan 2010 05:05 GMT | 2 |
I have filed YEAR of type VARCHAR(4) I would like to order it by YEAR in ASC order and I have to do some integer matching with this filed. So I must make this as number when I do sorting or some comparison.
|
| oracle RowType Issue | 20 Jan 2010 16:49 GMT | 1 |
Im new to Oracle. I have a Rowtype and i want to Loop through that Rowtype without mentioning the Column name. My code as below :
|
| Can I use a .MDB file from Access 1.0/1.1 in VB6 ADO | 20 Jan 2010 16:00 GMT | 3 |
I'm trying to develop a program that will use a .MDB file, which is now being used in a VB3 program. I want to open it in a VB 6 program using ADO. Can that be Done? I can create the Data Environment and the connection, but when i try to
|
| INNER JOIN über lokale Datenbank und SQL-Server | 19 Jan 2010 11:40 GMT | 1 |
Hallo in die Runde, ich suche einen Lösungsansatz für folgendes Problem: (VB6, ADO, SQL-Server mit einer Artikeldatenbank auf dem SQL-Server) Ich muss eine zentrale Artikeldatenbank mit einer lokalen MDB verbinden so
|
| does not work with numeric data | 05 Jan 2010 20:53 GMT | 1 |
Par_NIC.Text gives a 9 digit numeric value.. here an error occurs and debug points to adoParent1.refresh... plz help me! adoParent1.RecordSource = "SELECT * FROM Parent WHERE Par_NIC='" & (Par_NIC.Text) & "'"
|
| Refresh parameterized recordset in data environment - error | 04 Jan 2010 18:11 GMT | 4 |
There's data environment (going to sql server) with parameterized command select * from table1 where id=? The following code results in error "No value given for one or more required parameters".
|