| Thread | Last Post | Replies |
|
| FoxPro .DBF and Visual Basic | 02 Mar 2004 15:26 GMT | 3 |
I was wondering if you could help me. I am trying to connect to a FoxPro DB inside Visual Basic with no success, no matter if I try it through a datagrid connected to a command in dataenvironment (ODBC) or through a simple Data Control selecting the FoxPro DB manually. In both cases ...
|
| HELP! How to display fields from various tables | 02 Mar 2004 06:09 GMT | 4 |
I'm a newbie in VB, so my question might appear to be dumb. If that is the case, I do appologize those who feel offended. Here is my question: I want to display data of some chosen fields from different tables in a same grid. I've try to use DataGrid control, but it
|
| VB using XML | 02 Mar 2004 05:53 GMT | 3 |
I am trying to create a VB6 app that will use ADO to save, edit and delete a record. This app will use and XML file for the data storage. Has developped such an app before and can illustrate some code that shows how to accomplish this. Can anyone illustrate some code that is used ...
|
| When I select MoveLast I do not get the last record | 02 Mar 2004 04:44 GMT | 8 |
When I select MoveLast I do not get the last recor strsql = "SELECT * FROM TBL_EMP mors.open strsql ,goconn,ad...
>> I HAVE A TABLE WITH 5 RECORDS |
| Find in Access database | 02 Mar 2004 04:18 GMT | 1 |
if the holdname contains quotes the find command errors out. When I set the holdname to: holdname = 6"x10" pumpline Set adodata = New Recordset
|
| converting an access application to visual basic.net | 01 Mar 2004 23:22 GMT | 3 |
I have an access 2002 application with a considerable amount of visual basic for applications behind it. I would like to recreat the application in visual basic.net. Is there an easy way to import all the forms and supporting visual
|
| Code to Add ODBC DSN from withing VB App | 01 Mar 2004 20:08 GMT | 2 |
Well my application needs to have a ODBC data source created nefore it can access the database. Now this means i have to go to Admin->ODBC and add a dsn manually. Is there any code with which i can do the same when the application is first
|
| create ODBC data source with VB code | 01 Mar 2004 19:16 GMT | 1 |
How can i do to create an ODBC data source with VB code?? First, i want the program to check if the source exists, then, if the sourse does not exsist, the program will create it... thanks
|
| How to ensure that client connects to the server through internet instead of LAN ? | 01 Mar 2004 16:26 GMT | 1 |
I am programming a VB-SQL Server 2K application which connects the clients to the database through the internet. While I am testing the application within a LAN in which the database server as well as the client connect to the internet through a router I can't ensure that the client ...
|
| Importing text file into access MDB within VB app | 01 Mar 2004 14:03 GMT | 3 |
I need to import the contents of a text file into an access table. The table has only one field. the entire contents of the line from the text file will go in the one field. Each row in the text file will be one row in the table. I can deal with opening the text file and I know what ...
|
| ms access 2000 the LIKE CLAUSE | 01 Mar 2004 13:16 GMT | 4 |
dear friends I am fiing a query in ms access database but it is not working fetching the data from database I want to fetch all rows for those words start with "An" so I am using the
|
| RecordCount property of recordset does not update properly | 01 Mar 2004 12:39 GMT | 2 |
I am displaying data in a datagrid. The data is in a Data Environment, pointing to an Access database. Everything works fine, for the most part, but I want to disable certain functions if the table is empty, and re-enable them when more data is added. However, when I add the first ...
|
| how to detect database is closed while vb is accessing it? | 01 Mar 2004 06:52 GMT | 2 |
How could I ensure that the access is closed while the Visual Basic is accessing it Betty
|
| Reading Data from Excel Named Range | 01 Mar 2004 01:51 GMT | 1 |
I am new to visual basic, so please bear with my ignorance. I am trying to pull data from a spreadsheet which has a couple of named ranges defined. I altered the excelado code available at microsoft support site to access the data. I am getting a "microsoft jet engine could not ...
|
| Similar tables with different pricing methods for same item | 01 Mar 2004 00:15 GMT | 2 |
I have built a database where a particular item may be priced several different ways, i.e., by width, by item, by manufacturer, etc. In the long run, would it be preferable to have separate lookup tables for each pricing method (, or additional fields for each pricing method in just ...
|