| Thread | Last Post | Replies |
|
| [VB6 + ACCESS] Create a link to a table | 16 Sep 2007 00:01 GMT | 2 |
I'm trying to make the following action in VB6 environment development: create a link to some tables with ODBC. I explain more: 1. In access, i'm goig on "table" section
|
| About MS Access VBA with Oracle ODBC Driver | 15 Sep 2007 19:41 GMT | 2 |
I'm trying to make a linktable to a table in Oracle DB 10g by MS Access VBA on the following environment. - OracleDB 10g R2 - MS Access 2003 SP2
|
| Getting Values from Fields in a DataRepeater-Control | 14 Sep 2007 14:16 GMT | 3 |
in my application I use a DataRepeater Control to show RecordLists. Now I search a way to get the value of a Textbox in the DataRepeater Control. The only thing I found until now is the Number of the current record. Is there any way to get Values of the selected record?
|
| how do i build database using Visual Basic | 13 Sep 2007 09:07 GMT | 8 |
i'm in final yr in electronic engineering majoring in computer... my final project is to build database using VB.. the problem is I really dont have any ideas on how to do so.. so,i really2 need some helps..
|
| sql tutorial | 12 Sep 2007 01:10 GMT | 3 |
im looking for a tool to learn sql, i've found GalaXQL http://sol.gfxile.net/galaxql.html is it any good to learn sql language or should i try something else? Amy Dalton
|
| How to create DECIMAL field in MsAccess from VB | 08 Sep 2007 23:15 GMT | 5 |
I use this SQL string to create a column in a MsAccess database from VB: CON.Execute ("ALTER TABLE Stocks ADD column BoutiquePrice DECIMAL(18,2) NULL") But I got this error:
|
| Oracle connections | 07 Sep 2007 19:31 GMT | 3 |
Does anyone have SIMPLE instructions on how to create a connection string to an Oracle database? Our application already talks to Access and Sql Server but we are being asked to do Oracle as well. Thanks,
|
| Field Description | 06 Sep 2007 08:49 GMT | 7 |
I'm creating VB6 DataEntry program and I need to show the description of a field. I use a SQLServer 2000 database and defined a table there and filled out a description for each field. Now I want my VB program to get that description and show it on screen.
|
| Excel BIFF5 data format | 05 Sep 2007 00:44 GMT | 4 |
I need to modify a BIFF2 class to be compatible with BIFF5, and add extra functions to add new worksheets to a workbook. I'm looking for a new class file which already has the calls to create a new workbook, add worksheets, and add information into the worksheets. It doesn't have ...
|
| 525 Data Access Error - German Version of Windows | 04 Sep 2007 15:38 GMT | 14 |
OK I have a new project created... only two components on the form 1) Data Control - no changes to any property settings. Connect=Access2000 2) Label with datasource=data1 and datafield = Item_Desc (field in my
|
| ADO, Concatenate Problem, Searching | 04 Sep 2007 14:42 GMT | 3 |
I am in the process of changing an app from DAO to ADO data controls. The following used to work in the DAO version of the app 'Originally Worked with DAO - Search$ = "' '&[Spell_Word]&' '&[Use_In_Sentence]&' ' LIKE '*" &
|