| Thread | Last Post | Replies |
|
| TimeStamp | 13 Jan 2004 15:44 GMT | 1 |
How does the timestamp column works in sql server. For example if I have three columns in my table- Job | DoneBy | TimeStamp Now when I want to insert row from my vb program, what
|
| CREATE TABLE (SQL2000) - VB6 ADO - How do I do this ? | 13 Jan 2004 14:35 GMT | 3 |
I have searched Google but just cannot find any details. I have some details but this is for Transact-SQL which I don't know if I can use. I need to create a SQL2000 table within a VB6 program. I am connecting to
|
| How to turn off using CACHE in a DataReport? | 13 Jan 2004 13:21 GMT | 2 |
I have created a DataReport using a "command" that i setup under the DataEnvironment. The report displays (and prints) perfectly well. Heres the problem - with the application running, if the user changes any information and then reruns the report, the report does not show the
|
| DAO & ORACLE & DNS-less connection | 13 Jan 2004 09:05 GMT | 4 |
I want to use a connection string without DSN, but when I try: Dim db As DAO.Database Set db = Workspaces(0).OpenDatabase("", False, False, "ODBC;DRIVER={Oracle ODBC Driver}; DBQ=myDBQ; UID=myUser; PWD=myPassword;"
|
| Error 3343 "format incorrect" | 13 Jan 2004 08:33 GMT | 1 |
i need re-use a .mdb v.30 file, in a new vb6 program, when i try for first time (Jet 3.51), open the file, i read/write, all is ok, i return to the old program for compatilibity purpose, its open the same .mdb file, all
|
| Calculated fields in a query | 13 Jan 2004 04:36 GMT | 1 |
Is it possible to get back to the underlying string which specifies the calculation which defines a calcuated field in a query. e.g. If my underlying SQL is this, SELECT MyField1, MyField2, MyField1 + MyField2, Format(MyField1, "0.0"),
|
| .LDB file is not deleted | 12 Jan 2004 23:13 GMT | 2 |
An Access 2002 database application often does not delete the .ldb file when a user exits. The users have delete rights in the folder with the database and .ldb files. Anybody have any ideas to help with this?
|
| Getting prompted for SQL Server Login upon failure of connection to SQL server - How do I stop it? | 12 Jan 2004 22:42 GMT | 5 |
In the event that the connection parameters for connecting to a SQL server are incorrect I am currently getting a SQL Server Login dialog. I would like to stop this from occurring and, instead, prompt the user with my own dialog and then point them toward my own data connection
|
| execute at Store procedure from asp page | 12 Jan 2004 22:39 GMT | 1 |
CREATE PROCEDURE dbo.spcn_update_transaction @custname varchar (50), @custst varchar (50), @custzip varchar (50),
|
| disconnected recordsets and connection pooling | 12 Jan 2004 20:02 GMT | 4 |
When creating a record set that is disconnected, I'm not sure whether I should close the connection object or simply set it to nothing....if I explicitly close the connection, does this stop it being pooled? For my code example, see the ***** below
|
| Catastrophic failure | 12 Jan 2004 18:00 GMT | 2 |
Does anyone know why I am getting this error: Run-time error '-2147418113': Catastrophic failure , from the following: Set rstCat = New ADODB.Recordset
|
| how to create text drivers | 12 Jan 2004 14:41 GMT | 1 |
i need to know. how to implement text drivers.i'm using text file as my data storage. how do i perform sql statement with the files. Try giving me some example.
|
| access 2000 memo field in visual basic | 12 Jan 2004 14:38 GMT | 2 |
Hi I know that this has been asked 1000 times, but I cannot seem to understand the answers that were given. Could somebody please explain what I am doing wrong here.
|
| How to load a Picture from DB without writing it to Disc first ? | 12 Jan 2004 13:58 GMT | 4 |
Ok, first thanx for answers in advance. I am wirting a VB6 application that loads it's images from a database (ADO 2.7). At the moment I have do the following steps. 1) load the image (as binary data) from the database using an ADODB.Stream
|
| record won't delete | 11 Jan 2004 14:43 GMT | 1 |
One of our customers neglected to install the latest release of a product, on all servers that use the product. The new release added two new fields to a table in the database.
|