| Thread | Last Post | Replies |
|
| Datagrid validation question | 21 Apr 2004 06:44 GMT | 1 |
I'm using a datagrid and am trying to figure out how you validate a users input. Let's assume I have three columns. first column is string and can take any character but must have at least one character. Second column is numeric
|
| ADOX - Unicode Compression = Yes/No | 21 Apr 2004 05:25 GMT | 1 |
I use ADOX to create Access database. By default, all text fields are Unicode Compression = Yes. How can I set it to No using ADOX code Thanks
|
| about SQL search in ADO | 21 Apr 2004 03:16 GMT | 4 |
First, I'm sorry my english is so poor, but I'll try my best to express what I want say: this is a Function I wrote used to seach telephone number from a sms library, user can use name as a keyword to find that man's telephone number, but there still have a error information "No ...
|
| text boxes / controls collection | 21 Apr 2004 02:47 GMT | 1 |
hi group, I am writting an app that uses a fair number of text boxes. When the user tabs into a text box I want to select the entire text box so the user can type over what is there and replace it.
|
| Focus issue | 20 Apr 2004 23:05 GMT | 2 |
I have written a vb app which I use to replace the shell of windows xp, there is a connect button on the application which when clicked launchs a Terminal Services Session, and connects to a server. All works well.
|
| Trouble executing a stored procedure from SQL 2000 using ODBC | 20 Apr 2004 18:19 GMT | 7 |
I am trying to port an application that was using Access 2000 to SQL 2000. I have successfully converted the queries to stored procedures and have tested each one. However, when I try to execute the code to call it (which of course worked perfectly fine with Access), I get the ...
|
| Storing and retrieving images | 20 Apr 2004 14:44 GMT | 1 |
I'm hoping that someone here can give me a hand / point me in the right direction. I have an application similar in nature to a helpdesk, and one of the things I'd like to add is the ability for the user, to be able to
|
| ASP ORACLE VB | 20 Apr 2004 12:12 GMT | 12 |
Pls chk the code (Database : ORACLE 8i, VB 6.0, ASP 3.0 with IIS 5.0, OS: 2000 Server) ------------VBCODE --------------------------------------------------------- -------------------------------------------
|
| mysql and visual basic | 20 Apr 2004 07:27 GMT | 3 |
i have a mysql database that i'd like to connect to my visual basic application. how would i go about doing this? thanks in advance. -steve
|
| what "ODBC" is? | 20 Apr 2004 06:50 GMT | 2 |
a software component? where it stay? it's a simple file or a lot of file? how I can use it, what it can do? who made this "odbc"?
|
| Importing Jet database contents to another | 20 Apr 2004 02:51 GMT | 3 |
What is the simplest way to copy the contents of one database to another of identical structure without overwriting the destination DB? I have a pricing program that comes with a basic pricelist for demonstration purposes and I want users to be able to download pricelists from ...
|
| ADODB | 20 Apr 2004 02:11 GMT | 2 |
I have the following code: Private Sub Form_Load() Call Round_Corners(Me) Call Make_On_Top(Me.HWND, True)
|
| Accessing 3 tables through VB6 | 19 Apr 2004 22:46 GMT | 1 |
H I'm fairly new to VB and having a bit of trouble I have an Access 2000 DB that I need to connect to through VB6. I have data in 3 different tables in the same database, but need to extract certain fields out of the 3 tables, onto a single VB form. I've found the 'Data Control' to ...
|
| Accessing Databases | 19 Apr 2004 14:10 GMT | 1 |
I'm new to the world of database and T-SQL......I'm using VB.NET (I hope I'm in the right place)...... The client has accessing control in there building. I have looked at the software and it writes it's data to access databases.
|
| Updating database problem | 19 Apr 2004 10:39 GMT | 1 |
Please help! I have spent all weekend trying to solve this and its driving me mad! I have a form with a datagrid on. When I click button btnNew, the new row appears in the datagrid but it does not update the back end access database.
|