For anyone who is interested, I have worked this problem and come up with the following solution.
Within my select statement I use Case statements to set up the 3 address lines.
The system I am working on is a customer relations management package (Goldmine).
The particular srectype code identifies sales rep activities
c - call
a -...
sorry I am not answering your question.
I am using 2000 at the moment, and I am having all sorts of problems.
You mentioned in your post that it is buggy, I am starting to loose...
Within the VS editor I used the Server Explorer to create a SQL Server 2000 connection.
I then incorporated the connection into the web form by dragging a table. This created a SqlConnection...
I am only starting to appreciate (understand) datasets.
Your examples actually illustrated to me how sql can be employed with adaptors, which I will now...
Hi, I was hoping to get some advice on Hex Editors.
I noticed there is a lot of commercial and free choices.
This thread caught my attention, as I am a VB6 programmer.
if I understand your approach, you are suggesting that the user enters the server and sql server log in details to build the connectionstring statement at run time.
our dba talks of "memory leaks" with respect to SQL Server applications.
I don't know what this means myself, but I assume that he has statistical diagnostics which indicate that...
We run VB6 applications connected to SQL Server 2000.
The issue I have is that we need to move the databases to a different server from time to time.
Mainly for maintenance reasons, the DBA has...
Yes, this code was written by a collegue and forwarded to myself.
I tested the code on his server (sydney australia) and it worked perfectly.
Unfortunately, here in Melbourne the server and my...