| Thread | Last Post | Replies |
|
| Emergency: Unicode Characters in a Dataset. | 04 Jul 2005 19:18 GMT | 1 |
We are writing an application for a specific culture(Arabic or Farsi). This application involves using DataAdapter, OLEDB Connection and the DataSet. We didn't use the .NET data binding, just field TextBoxes with the data retrieved from the DataSet but whole system seems to be ...
|
| Emergency: Unicode Characters in a Dataset. | 04 Jul 2005 19:10 GMT | 1 |
We are writing an application for a specific culture(Arabic or Farsi). This application involves using DataAdapter, OLEDB Connection and the DataSet. We didn't use the .NET data binding, just field TextBoxes with the data retrieved from the DataSet but whole system seems to be ...
|
| random access in an access DB | 04 Jul 2005 18:55 GMT | 1 |
Hi People, I would like to make a kind of dictionnary accessDB with two fields.The first field will be " french word" en the second field " english word", so "maison" - "house". My problem is, how can I call with a random access one
|
| newbe recordset | 04 Jul 2005 18:52 GMT | 1 |
Can anyone tell me ho to connectto DB2 with VB for application (for word), allso how to execute sql statements (retreve data). If anyone knows a link to a page that explanes, be very gratefull.
|
| Trouble with creating an Access table | 04 Jul 2005 11:20 GMT | 1 |
Hi - I have a problem regading the use of the ADOX method for creating Access tables in VB6. Is there an option that allows setting the "Required" property to "No"? It seems to make it "Yes" for any field I create. I'm using the following code below:
|
| from vb6 to vb.net | 03 Jul 2005 08:39 GMT | 1 |
anybody know of a good book vb6 to vb.net for dummies type thing thx darren
|
| Help sending sql into ORACLE | 02 Jul 2005 02:41 GMT | 4 |
I am new to VBA and I am working in Excel 2002 (Windows XP). I am connecting to an ORACLE database. I want to send several sql "commands" into ORACLE that will not be returning any data. For example, I want to send a "drop table" command, a "create table"
|
| How to Change fields to alphabetical listing | 02 Jul 2005 02:00 GMT | 2 |
I was wondering how I can populate a listbox so that the fields are alphabetical. At present I have this action on form load with: Do Until rs.EOF
|
| Brand Spankin' Newbie ADO.NET Question | 01 Jul 2005 21:46 GMT | 13 |
I'm trying to write my first ADO.NET application. In my form, I have: <snip> Imports System.Reflection Imports System.Data
|
| References for ADO | 01 Jul 2005 19:52 GMT | 2 |
I want to use ADO for my database. Can anyone tell me the references that I need to specify for VB6 Thanks in advance
|
| Remove a Logical Record from a Normalized Database | 01 Jul 2005 15:25 GMT | 9 |
I have a logical record that is stored in 10 tables. A table may store more than one item from the logical record. First problem. I can't think of a way to detect if the logical record is empty.
|
| CursorLocation | 01 Jul 2005 08:33 GMT | 5 |
Setting the cursor to ClientSide will not make any sense when running an Access MDB file, will it?
> There is no answer. |
| Import specs in VB6? | 01 Jul 2005 01:32 GMT | 2 |
I am trying to import a large (LONG detailed records) comma delimited text file using VB. I know I can do this very easily in Access by creating an import spec. Is there any way to do something like this in VB6?
|
| Access 2003 VBA problem, need help fast! | 01 Jul 2005 01:29 GMT | 8 |
Hello, I hope somone can help me solve this problem! I need to fill an array with Data from a Report! For i = 1 To Report_UpdateReport.Count
|