| Thread | Last Post | Replies |
|
| RAISERROR from SQL Server SP | 30 Nov 2003 18:35 GMT | 5 |
I'm curious to know if anyone has any experience with using RAISERROR from within their SQL Server stored procedures and somehow trapping the error and message from within a VB application. When an ADO control is used to execute a stored procedure and there is an
|
| Registering DLLs for DTS packages | 30 Nov 2003 12:41 GMT | 4 |
I developed a VB application which kicks off a DTS package. It worked perfectly in Test, but when the .exe was moved to a different machine they got the following error...
|
| Detect particular ODBC. | 30 Nov 2003 12:27 GMT | 1 |
I'm looking for a means to detect if a particular System DSN exists, detect by name. Any help is appreciated, Dean
|
| Component with ADO | 30 Nov 2003 12:08 GMT | 2 |
I have made a small component (dll) which imports data from an Excel File to SQL SERVER... I invoke this component through an asp program. There are about 60K records in the Excel file and i am able to
|
| run-time error 3061 | 30 Nov 2003 09:20 GMT | 1 |
hello helpers tempComp-recordset, sqlComp-string, strComp-string i wrote sqlComp="select *from tbl where compType=" & strComp
|
| error 3343 | 30 Nov 2003 08:17 GMT | 3 |
I declair dim db as database dim cust as recordset Sub form_load()
|
| Where should a multi-user program reside? | 30 Nov 2003 08:15 GMT | 5 |
A dumb question, I'm sure, but should a (VB) program that's being used on a network by a number of users have only one program on the server that everyone uses, or should each work station have its own copy of the program?
|
| Adding a Hyperlink field to a table | 30 Nov 2003 06:58 GMT | 7 |
I am using VB 6 and connecting to an access database via odbc, and am having problems using the ALTER TABLE statement to add a hyperlink field to a table. The SQL is
|
| Finding Record | 30 Nov 2003 04:53 GMT | 2 |
I am working on something that pulls up information out of a client table when I select that client on a combo box. What line can I use to get that displayed? Essentially now I am using: Dim NewOrderClient As DataRow =
|
| VB Up/Down Control | 30 Nov 2003 04:51 GMT | 1 |
Hello -- I have a ListView on my form that displays records in a particular order for how they should be displayed or executed, such as 1(A)-2(B)-3(C)-4(D), etc. I would like to have an Up/Down control below the ListView so users can hilight a particular row in the listview, and ...
|
| Execute Stored Procedure with Default Parameter | 30 Nov 2003 01:50 GMT | 2 |
I have this stored procedure: CREATE PROC sp_Invoice @Vendor Char (4) = '%' AS
|
| ADO Filter question | 30 Nov 2003 01:43 GMT | 4 |
I am looking for a dependable way to apply filter on a recordset to set number of records=0. In other words I need to apply a filter, which makes rst.eof and rst.bof both equal to true. Additional important requirement - it should be generic procedure, which means recordset's schema ...
|
| ListView Control | 29 Nov 2003 17:27 GMT | 2 |
I have a ListView control on my form that has a rows of data with a number of subitems(). Currently, when I select a row, only the first column cell hilights. How do I make it so the entire row highlights when a row is selected?
|
| MSFlex and Unbound ADO | 29 Nov 2003 17:13 GMT | 1 |
Can someone please tell me the best way to populate the MSFlexGrid control when using unbound ADO controls. I have a few books on the subject, and cannot seem to get it to function as expected.
|
| Using DAO to return a list of forms in a jet database | 29 Nov 2003 11:55 GMT | 1 |
I know how to return a list of the TABLES in a jet database using DAO and VB but how can I return a list of the FORMS from a jet database? the MySysAccessObjects id field returns the number of objects in the database but know name reference. Any ideas? Thanks
|