| Thread | Last Post | Replies |
|
| Trying to populate a Combo Box from SQL DB | 11 Apr 2008 22:51 GMT | 1 |
I am trying to populate a combo box using a simple SQL query to a database but all I get in the combo box is "System._ComObject" . Any suggestions are greatly appreciated On Error Resume Next
|
| Copy a table from one MDB file to another? | 09 Apr 2008 15:06 GMT | 2 |
Is there a relatively simple DAO (or SQL) statement that I can execute in my VB6 program that will copy a table (structure only - no data) from one MDB file to another MDB file?
|
| Bind ADODB Recordset to SSDBGrid in vb6 | 08 Apr 2008 19:27 GMT | 3 |
How can i bind ADODB Recordset to SSDBGrid control in VB6? Currently i have SSDBGrid Control named dbgTMRequest on my form with DataMode set to "0-Bound". The recordset that i am binding it to is rstTMRequests. Here is the code that i am using to bind my recordset
|
| read from excel worksheet and load it into Oracle | 08 Apr 2008 09:09 GMT | 1 |
I am new to VB, I am woking on a task to read from excel worksheet and dispaly it in excel format, then load it into Oracle repository my table name is employee and has 2 columns:employee_id pk, employee_name not null. So far I tried to use ADO but my code isn't displaying what I ...
|
| list tasks with daily plans | 07 Apr 2008 02:07 GMT | 1 |
I have a following table structure: Task (Text), 1(first day, integer), 2(second day, integer) ...etc. 31 (31.day, integer), StartTime (Data/Time), Monat(integer),
|
| Code/Method for sending e-mail through Visual Basic (Visual Studio 2008) | 02 Apr 2008 10:29 GMT | 1 |
I have a program I developed with Visual Basic 6.0 that will send off an e-mail using the VBSENDMAIL function http://www.freevbcode.com/ShowCode.Asp?ID=109
|
| DataType for storing pointlist (x,y,z)? | 01 Apr 2008 20:06 GMT | 4 |
Using vb6, ado, writing to mdb format(jet 4.0) If I want to store an array of 3 doubles, what would be best for the data type of the field? from Type Property (ado) in the help in vb6
|