I wonder would anyone out there be able to help.
I currently import a text file into a SQL table using a small VB executable which calls a DTS package. However the organisation that sends the file has now changed its format. It now includes two different sets of records, each having a...
Hi Everybody,
Would anyone be able to point me in the right direction for information on returning error messages from a DTS package back to the VB application.
John
James thanks for replying.
I am using @@Identity
How would Scope_Identity fit in below. P.S. I know nothing matches in the statement
INSERT INTO ClaimantDetails (****.....)
VALUES (@ProviderID @Address2, @Address3, @Postcode, GetDate()..)
SELECT @@Identity
If @CreditDebit = 'c' or...
Hello everybody.
I run an insert in a stored procedure and return the identity value for populating a field on the next insert.
However, I have now set up a trigger to fire on the insert to the first table which populates an Audit table. The identity is now returned as the identity from the...
Would anyone have any idea why I can not save a null value to a date or currency field in MS Access. The required property of these fields have been set to no.
Below is a snippet of code to explain what I am doing.
'Current NAV
If Len(Request.Form("Current NAV")) > 0 Then...
I'm having a bit of trouble with an Update SQL string being passed to a MS Access table via a Command object. The problem arises if the date field or number field currently contains a value, and I try to delete the value from the form and then run the update string.
I have tried setting the...
Sorry to trouble you again Tarwn but the page is not displaying. This is the code as it now appears.
<SELECT name="cboDistrictOffice" size="1">
<%
'Check for database errors
Call CheckforErrors(oConn)
'Create Recordset and Connection
Set...
Thanks for replying
Below is the code I am using to populate the combo box. I have also returned another recordset with the property details, the field that relates to this particular combo is rsProperty("District"). Therfore I need to populate the combo as below and then set the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.