| Thread | Last Post | Replies |
|
| Eine Tabelle in eine andere integrieren (VB6, SQL, Access) | 30 Nov 2008 00:59 GMT | 2 |
Ich habe 2 Tabellen mit den selben Feldern. Wie kann ich denn eine in die andere integrieren? Wenn ich "SELECT * INTO tabelle1 FROM tabelle2"
|
| Access Control Source/ Build | 27 Nov 2008 16:01 GMT | 1 |
I’m not sure how to put this question without confusing myself lol I am working on a database at work and one of the managers had come to me with this problem that I thought I could resolve. They had created a form that is connected to a report and wanted it so if
|
| SQL Server 2000 Upgrade to 2008 Uncovered an Issue? | 26 Nov 2008 18:50 GMT | 1 |
A VB 6 application has the following code: sSQL = "SELECT SessionID, Data, LastAccessed FROM SessionState" Set oRs = New ADODB.Recordset oRs.open sSQL, oConn, adOpenKeyset, adLockOptimistic
|
| VB6 and INformix | 24 Nov 2008 17:56 GMT | 2 |
Hi every body. I want to know the syntax to make connection between Informix data base and Visual Basic 6. Something like :
|
| Method '~' of object '~' failed | 24 Nov 2008 11:42 GMT | 6 |
A VB6 program I wrote accesses the AD and fails with Method '~' of object '~' failed on a set of PCs of ONE particular customer. Other customers don't seem to have problems with that.
|
| question | 24 Nov 2008 02:23 GMT | 1 |
comment je peut adapter un code source écrit en vb 5.00 à la nouvelle version 2008 pour le compiler et l'éxécuter?
|
| Step by step article or help file | 22 Nov 2008 01:14 GMT | 1 |
I am using Expressing Web 2 and also I have a FTP program. Can you help with a step by step article to create a new database ? I would like to create both types, MSsql / Access and also the My Sql. I want to buy a hosting package immediately. I cannot find the step by step
|
| Setting adodb.field value, but not letting it update | 18 Nov 2008 16:24 GMT | 1 |
I have a recordset that can be updated I want to a change field's value in the recordset only. So this field's value is not saved to the DB. I want the rest of the fields to be saved to the DB
|
| Average | 17 Nov 2008 19:32 GMT | 2 |
Is there a simple way of getting an aveage of the rcords a single field (rs1.Field("Price") in a database table without doing a loop?
|
| Using SqlTypes to Capture Returned Values from Stored Procedure Output Parameters | 17 Nov 2008 13:27 GMT | 1 |
I have a SQL Server 2005 stored procedure that returns a set of output parameters. Some of these parameters can have a NULL value, so I wanted to use some kind of variable in my VB.NET code that could accept NULLs. When I found the SqlTypes namespace, I thought it was
|
| Queries | 12 Nov 2008 16:53 GMT | 12 |
I am attempting to duplicate an Access database with VB6. I have successful duplicated the tables...How do I duplicate the queries?
|
| Missing lines because of Turkish characters with ODBC conn. to ORA | 07 Nov 2008 10:35 GMT | 2 |
Hi, I have set an Microsoft ODBC link to ORACLE database in MS Access, but reocrds including Turkish letters on the key field is coming as DELETED. Help please.
|
| data sources in vb.net | 03 Nov 2008 17:57 GMT | 4 |
I have connected to my sql server database (sql server express for testing). I create a new view in sql server and then refresh my data source in vb.net and do not see the created view. What am i not doing?
|