| Thread | Last Post | Replies |
|
| With block not set | 25 Nov 2005 16:34 GMT | 2 |
I have a small problem that I wish to overcome, but I can't find a way. VB6 SP 5, Jet 4.0 I populate a recordset from a function thus: Set rsgeneric = SomeClass.SomeFunction(A_variable, Another_Variable)
|
| FTP connection from VB | 25 Nov 2005 15:18 GMT | 1 |
In our VB6 application, we are in need to connect a server by establishing FTP connection. For this, we have FTPClinet control OCX and able to connect successfully. Our the current requirement is to trap connection errors and to display them
|
| Display data from 2 tables in 1 grid? | 25 Nov 2005 15:04 GMT | 12 |
I'm pretty sure I did this in projects many years ago, but I can't figure it out now, nor have I been able to find anything about it in help files or Google: Say that I have a Sales database in which I have
|
| ADO Recordest.Filter "NOT LIKE" | 24 Nov 2005 22:32 GMT | 2 |
Dear colleagues, Is there any way to filter ADO Recordest using criteria "[SomeColumn] NOT LIKE 'SomeExpresion'". I don't mean "NOT LIKE" criteria within SQL statement used in Recordset.Open(that's work correctly), but in context
|
| recordset field attributes | 24 Nov 2005 16:13 GMT | 4 |
Using the code below I am getting info from the rstProgressData recordset i.e field type, size etc and populating this info into a new recordset rstDest I would also like to know if the field allows nulls or not but dont
|
| DataSet write xml | 24 Nov 2005 04:43 GMT | 2 |
Normally, I don't cross post between different news groups. I thought I would get some answers from languages.vb and dotnet.xml newsgroup. But so far haven't got any reply so I am posting it to this group. In case any one happens to know the answer I am looking for, I would ...
|
| Visual Basic 6.0 Crypt Command | 23 Nov 2005 16:17 GMT | 1 |
Hi, I try to protect a piece of Sofware for each user different. Is someone here who is familier with MD5 cryt and encryt ? Is it possible to use similier or same functionality in Visual Basic 6.0 and how ? Thanks for help.
|
| library of sqlconnection | 23 Nov 2005 14:03 GMT | 1 |
I want to use sqlconnection component, which library do I need ?
|
| Export Data to MS Excel in VBA - any DoCmd.TransferSpreadsheet in | 23 Nov 2005 14:01 GMT | 1 |
Please help! I'm trying to export data from MS SQL in Visual Basic project. Is there any similar command as in MS Access - DoCmd.TransferSpreadsheet - that can do the action to export to Excel spreadsheet? Or any method can be
|
| Allow Zero length in create table | 23 Nov 2005 13:52 GMT | 1 |
Is it possible to set "Allow Zero Length" and Indexed property in a "CREATE TABLE" command when creating a table in the MS Access database? tabCmd = New OleDbCommand(GetCreateString(datatable), dbConn) tabCmd.ExecuteNonQuery()
|
| Error trapping through SQLError function | 23 Nov 2005 04:25 GMT | 2 |
I have a program in VB, which was made 6 years ago. It uses SQLConnectAPI to connect oracle database. If any error occurs in executing SQLConnectAPI, then SQLError traps the error message and is displayed using message box. If I give invalid login data initially it produces ...
|
| How to align webform type fields and labels? | 23 Nov 2005 02:25 GMT | 2 |
Hi, I am simply trying to align or "justify center" my webforms text fields and labels. I see no property that addresses this. Am I just not seeing it?
|
| Adding (new) fields to a table in VB code | 23 Nov 2005 00:29 GMT | 2 |
I have written a VB application that creates a database (.mdb), then creates several tables each with several fields of varying types (text, integer etc.) and a primary index. Then loads the tables from our internet access log file. This works just fine.
|
| DataAdapters in 2005 | 22 Nov 2005 15:46 GMT | 1 |
I am trying to use data adapters in 2005 the same way I did in 2003. Several things no longer seem to work. I can no longer drag a table from server explorer to a component. It just blinks and no dataadapter or connection is created. I try to create the adpater just using ...
|
| search an access table | 22 Nov 2005 15:04 GMT | 2 |
We have thousands of records in an access database table and are wondering what's the preferred method to find if a record exits. One column has unqiue values. We want to see if a specific value exits. Can some please email us some suggested code.
|