| Thread | Last Post | Replies |
|
| arrays | 11 Mar 2005 18:22 GMT | 7 |
is there a way to concatenate the contents of an array (looping through the array) and storing each item in a comma delimited string? Thanks!
|
| Records - Access 97 - Access 2000 | 11 Mar 2005 16:59 GMT | 1 |
Hi I am currently a program that needs to add data an Access Database that is in version Access 2000, the problem is that this program will need to run on more than one platform and write data to a different machine.
|
| Using 2 Inner Join statements in 1 query. | 11 Mar 2005 16:36 GMT | 5 |
Good day all, Using VB 6 and SQL query to an Access type database. I have a table called JobCard that has jobnumbers in and I need to pull out data relating to another table called Job Card Product and another called Product. I can make my first inner Join work like this:
|
| Future Date | 11 Mar 2005 02:07 GMT | 5 |
I know how to check a textbox to see if it's a date (Isdate(txtfield)) but how can I check to see if it is a date in the future? Thanks
|
| Updates in SQL Server Using VB.net | 11 Mar 2005 01:15 GMT | 2 |
I have an application that, upon exiting, has to update upwards of 300+ records in a SQL Server database. The update statements are very basic ones, following textbook update guidelines. I am programming in Visual Basic .Net 2003
|
| Relating 2 table in 3 grids in VB.net | 10 Mar 2005 22:52 GMT | 1 |
I am attempting to set up a form in VB.Net that will display 3 grids from 2 tables. The tables are setup like this: Transaction table with TransID
|
| Why is SQL "Like" not working? | 10 Mar 2005 18:40 GMT | 2 |
I can't figure out why the following code isn't working. I even copied and pasted it directly from MS Access 2000, SQL view in the Query designer. Am I perhaps missing a Project Reference? I'm using: MS ActiveX Data Objects 2.8 Library
|
| Memo field error | 10 Mar 2005 18:23 GMT | 1 |
My table in an Access 2000 database that is shared between several computers, and contains a Memo field with lots of information on it (about 1 to 10Kb of plain text). The program is written in VB6 SP5, and must continue that way for a while.
|
| Help with Datagrid control | 10 Mar 2005 18:06 GMT | 1 |
I have a form with testboxes linked to one table in a database and a datagrid linked to another table. These two tables have a relationship between them. I can get my text boxes to display and recieve data, but everytime I enter data in teh datagrid it comes up with an error ...
|
| VB6 Access 2000 Adding Records Locking Error | 10 Mar 2005 17:55 GMT | 2 |
I use Visual Basic 6, Service Pack 6, Microsoft ActiveX Data Objects 2.8 Library(msado15.dll) and access 2000 database using JET 4 OLE. I have an application that adds records simultaneously to the same table. During the simultaneous add and update, a Locked error occurs, and most
|
| using recordset.find | 10 Mar 2005 15:22 GMT | 2 |
I want to use the find method to look for book titles in an Access database. The problem comes when there is an apostrophe in a title eg The Devil's Bank.
|
| Getting the text of a query | 10 Mar 2005 14:53 GMT | 1 |
In an Access 2000 app, I have a global adodb.connection and recordset. What I would like to do is have a sub that takes the text of a query (in the Queries collection) as a string and opens the recordset based on that query. My code looks like:
|
| Setting variables to output of FIND | 10 Mar 2005 04:10 GMT | 3 |
In the command shell, I am trying to set the results of a find command to a variable, so that I may access the variable later. The command I have so far is: dir | find "03/07/2005 03:17 PM"|\\ramtss11\MarketData\Diag\utils\cut.exe
|
| Please help with database error | 10 Mar 2005 04:07 GMT | 3 |
I have a vb application that talk to the MS Access in the back end. In the development environment everything seems to work as it should. When i did an EXE and i try to run the same bit of code i have the following error: Run-time error '387':
|
| Code Security | 10 Mar 2005 01:39 GMT | 1 |
Hi, I am developing a windows app that is migrating from ACCESS to SQL Server. In VBA I have embedded my connection strings in code behind the forms. My questions is this: is there a safer way to store this information besides connecting on the fly? Can the information be ...
|