| Thread | Last Post | Replies |
|
| Execution order vb6 | 22 Dec 2003 03:03 GMT | 2 |
I don't understand something in Vb6. I devolope a program that has t do this steps: 1 - Read data from serial port 2 - Display data in a form
|
| Sequences | 21 Dec 2003 23:34 GMT | 3 |
Hi, is it possible to do Oracle-like Sequences in Access and if so, how do I do it? Thanks.
|
| Oracle connection without TNS entry? | 21 Dec 2003 23:32 GMT | 1 |
Hi, I've created an application that connects to a couple Oracle databases to run reports. However, each PC that runs the software needs to have the Oracle client and the
|
| Uploading files to SQL server with VB6 | 21 Dec 2003 23:28 GMT | 3 |
I'm looking for some VB6 code which will let me upload files (Excel, DB4, CSV, Access tables, etc.) to SQL Server 2000. I don't want to use SQL Server's DTS wizard. I want to build my own VB app to do this. Can anyone help? It would be greatly appreceated.
|
| sql INSERT problem | 21 Dec 2003 23:22 GMT | 5 |
Hi , I am trying to insert the OrderID variable into sql2000 however it refuses to work with the following error. "Error converting data type varchar to numeric" Dim cn As ADODB.Connection, rs As ADODB.Recordset, intColIndex As Long
|
| SELECT statement problem | 21 Dec 2003 22:28 GMT | 6 |
i'm newbie in VB 6 Dim firstNo As Double Dim secondNo As Double firstNo = InputBox("Enter The First Number")
|
| vb.net | 21 Dec 2003 19:50 GMT | 4 |
Who know the newsgroup about visualbasic.net
|
| edit record | 20 Dec 2003 18:59 GMT | 1 |
i have a problem when i edit the record(using ado) it do't modified untill i end the form and again load the form i use update method.
|
| How do I put a vb application on the net? | 20 Dec 2003 14:42 GMT | 1 |
Hi guys, I was wondering if someone could help me. I've made a program with VB where it collects data from a MS access file and displys it on the screen My question is, is there a way where I can put this program so it works on
|
| installable isam drivers | 20 Dec 2003 08:50 GMT | 1 |
i have visual studio 6 installed and office xp installed, trying to connect an office 2000 database file in visual basic 6, but when i run the application it says couldnt find installable isam drivers. can anybody help?
|
| Sound with keypressing | 20 Dec 2003 05:31 GMT | 5 |
How to delete the system sound after ENTER Keydown
|
| Store RTF on sql server | 20 Dec 2003 02:13 GMT | 1 |
I have vb application that the database is sql server. On the vb i have Rich text control. The rich text conrol provide lettes that i enter on the application or RTF file i load to it by using LoadFile. What i need is after the loading of the file is storing the data on sql
|
| Alter Table | 19 Dec 2003 17:51 GMT | 5 |
I'm using Alter Table from VB6 to add fields (columns) to an Access2000 database. Alter Table lets you specify the field name, data type and size, but how do I specify other field parameters like AllowZeroLength and
|
| 2 things have me scratching my head | 19 Dec 2003 12:43 GMT | 2 |
and one of them isn't nits thankfully! this is my first attempt at database programming - I don't have any books and the tutorials I've read on the internet don't give you any help when things don't go as
|
| ADO RECORDSOURCE PROPERTY | 19 Dec 2003 12:10 GMT | 1 |
Hi Group, If ADO control has RecordSource propery equal to an empty string at design time, an annoying message box appears at run time. I keep getting "Error in FROM clause" message. Why is this?
|