| Thread | Last Post | Replies |
|
| database on cd | 17 Mar 2005 16:38 GMT | 3 |
i am doing project on vb. backend is ms-access. i want entire project along with database on cd.pls any one can tell me how to do that. thank u arpana
|
| Excel - columns into rows!!! | 17 Mar 2005 01:17 GMT | 2 |
I have been entering data from surveys into an Excel spread sheet. Each respondent may have up to twelve types of problems that they will have written something about. I have created a separate column for each row.This is what it looks like (if you get my drift).
|
| Need ADO Strategy help Find record, otherwise return to bookmark | 16 Mar 2005 23:52 GMT | 1 |
This is quite long-winded, so please be patient. I appreciate it. I have an all pure-code database application. The way I load all the fields' data into the various controls is in the MoveComplete event.
|
| MS Text Driver and Unicode CSV Files | 16 Mar 2005 21:09 GMT | 2 |
Ok, here is the dilema.... We have CSV files that are in UTF8 or UTF16 format, so they have a BOM at the beginning of them. How would you get the MS Text Driver to read these properly? There is
|
| passing a connection object into a sub ByVal | 16 Mar 2005 17:51 GMT | 1 |
I have some subs which take connection objects as parameters Public Function RunSQLSelect(ByVal dbConn As ADODB.Connection, ByVal sSQL As String) As ADODB.Recordset On Error GoTo ErrorTag
|
| Any automatic way of populating a listbox with the contents of a table? | 16 Mar 2005 17:40 GMT | 2 |
Just curious... I'd like to have a list box that contains all the rows in a particular field of a table, and by selecting a particular entry in that list box, the cursor changes the current record to the entry indicated. I'm thinking I need to...
|
| Problems with strings with special characters | 16 Mar 2005 16:29 GMT | 4 |
I am trying to insert a string in my access 2003 database in a memo field. The problem is that this string may have any kind of characters because it is an IT knowledge base, so many people will try to insert there how to solve problems with source code, queries, etc. Is there a ...
|
| Date Error | 16 Mar 2005 14:49 GMT | 1 |
I have an access database that stores employee timings by date. At the same time, I have a form that queries this database. On the form I use a DTpicker to enable a user input the date for which he/she wants data
|
| How do I code to input or addnew records to my ado recordset using Visual Basic 6.0? | 16 Mar 2005 06:41 GMT | 2 |
I really need help for my project?
|
| stored proc from asp and ado help? | 16 Mar 2005 02:35 GMT | 1 |
Hi all, i have one asp page which picks up about 15 number values from form, and enters it into sql server database whit float data type fiels. my problem is how to enter NULL value into database if nothing is entered
|
| Where to Declare a connection object? | 16 Mar 2005 02:30 GMT | 7 |
I have an app where I have an ADODB.Connection object that is being used in several places throughtout the program (in a .bas module and in two different forms). I have this statement in the Declarations section of the .bas module:
|
| error 3709 problem in xp | 16 Mar 2005 01:27 GMT | 3 |
i have a problem running vb6 program in windows xp,the vb6 program can run in windows 98, window 2000 , how ever when i install it and run in windows xp profesional it came out this: Run-time error '3709' The Connection cannot be used to perform the
|
| stored proc from asp and ado help! | 15 Mar 2005 19:21 GMT | 1 |
Hi all, i have one asp page which picks up about 15 number values from form, and enters it into sql server database whit float data type fiels. my problem is how to enter NULL value into database if nothing is entered
|
| how to generate a word document from vb6 | 15 Mar 2005 15:39 GMT | 1 |
dear friend: any idea to generate the word document from VB program? (recordset display to word) hope someone can give me opinion
|
| print a crystal report with filter | 15 Mar 2005 14:25 GMT | 4 |
I have created aCrystal Report, but I have problem in selecting record from a calculated field to printout. Can anyone help me? I need only those that have an account balance to print out.
|