| Thread | Last Post | Replies |
|
| Quote Symbol W98 vs W2000? | 30 Apr 2004 21:54 GMT | 1 |
Our VB program has a feature where if a product item number button is clicked, it searches in a particular folder for a jpeg image of that item and displays it on a form. We have an on error condition that if the jpeg isn't found the form still pops up, but it is blank.
|
| VB6 x ADO 2.8 x Access2000 x TrueDBGrid error: "Row cannot be located fo updating..." | 30 Apr 2004 18:07 GMT | 1 |
Please help me, in VB6 with TrueDBGrid 8 and ADO 2.8 and Access 2000, I´m receiving this message when I insert a new record in grid: "Row cannot be located fo updating. Some values may have been changed since it was last read."
|
| How to find out which field in a table is updated | 30 Apr 2004 17:01 GMT | 2 |
When someone modifies a field in a table, I like to find out which field he/she changed. Currently, only the LAST person to modify an object is saved. For example, if I modify an Application record, I will see "MyName" in the
|
| FoxPro ADO SQL for Date Field using VB | 30 Apr 2004 16:57 GMT | 2 |
It's real simple. I'm trying to query a FoxPro table using a date as th filter sSQL = "select custnum from contact.dbf where dated < " & mDat mDate is string var which is generated every day like 04/29/2004
|
| Read an Excel file via adodc | 30 Apr 2004 16:56 GMT | 1 |
I want to import and read an Excel file into my vb application. I use often adodc or an adodb.recordser objet to access database. Please show me the way to do it. Thank for all.
|
| Calling an Access query containing funct | 30 Apr 2004 16:39 GMT | 7 |
I have a query in Microsoft Access that uses a function. When I call this query from VB, I get an error message that the function is undefined. I can run query in Access with no problem and see the resultset Any suggestion Thanks in advanc Ray
|
| Oracle Objects | 30 Apr 2004 13:33 GMT | 3 |
Using Openschema I can get the list of store procs and views in Oracle. Does any one know the syntax/whereabouts of the tables holding the triggers and UDFs and the text of SPs and
|
| ADO Transactions | 30 Apr 2004 03:12 GMT | 1 |
I have been building a large DB application and now wish to review the transaction management. All I've read shows similar to the following simple code _____________________
|
| Update table from ADO | 29 Apr 2004 23:51 GMT | 10 |
Greetings! I am a newbie so thanks for your patience I would like to insert the current date and time in column Appointment.CheckInTime via a stored procedure. Here is my ADO code so far (in Access 2002 app) followed by the stored procedure I get a syntax error on the "WHERE" line ...
|
| creating a copy of the structure of an access database | 29 Apr 2004 18:48 GMT | 7 |
How can I have a command button save my access database with a new name (incuding the data if possible) and create a new database with the original name, original forms & queries but empty of records, (that is save the structure only)? Thank
|
| Oracle Stored Procedure Appears to Execute Multiple Times (Using Oracle Data Provider) | 29 Apr 2004 16:11 GMT | 3 |
I've written some code that should call a stored, packaged Oracle procedure that performs an insert of a single record into a table. The procedure accepts input parameters for each of the columns and returns a single output parameter that contains any errors found.
|
| connecting to a SQL2000 Server using Windows authentication | 29 Apr 2004 13:46 GMT | 1 |
Ive been using VB6 ( sp5) to connect to a SQL server using a DSN and SQL authentication. I have run into afew difficulities and it has been suggested that i should try using Windows authentication on the server instead. to this end i have set up a dev server to look at this ...
|
| Error 3617 Multiple-Step OLE DB operation generated errors | 29 Apr 2004 03:12 GMT | 3 |
I'm having the weirdest problem since Monday after editing a VB6 method that has been working fine for five years now: This method saves data from an object to a table in an Access 97 database file using Jet 3.51. I have added a few fields to the object,
|
| Student Project | 28 Apr 2004 19:43 GMT | 9 |
Hi, everyone! I hate to sound like a simpleton here, but I'm working on a student project with my cohorts as a final, and we're in desperate need of help :( Using Visual basic 6.0 and Access 2002, we need to create a progam that will allow students and visitors to the school to ...
|
| VB6 with foxpro VisualDB/freetables (character fields) | 28 Apr 2004 18:25 GMT | 4 |
I have created small database programs using VB6 and access as the database.. Now i need to use Foxpro tables.. I tried.. i was able to connect using ado(oledb for) But for fields with character data types the white spaces reflects in my controls ex:("Philip__________"(_ is ...
|