Dear Dan:
In my previous post, I stated that you must declare it. That would be done
using the DECLARE keyword.
It remains essential that you also initialize it. If you don't you'll just
get a different error message.
The advice about reading the manual on this function, or consulting the
person who wrote it, still stands.
When you declare the QMS object, you must declare it as being an object of a
certain type. No one unfamiliar with the custom software you are addressing
could know what that is. You cannot declare it, or initialize it, without
instructions on the custom object it addresses.
Take my advice or leave it.
No one is going to know how to declare and initialize a custom object unless
they are familiar with the object. That's why manuals and documentation are
essential.
Tom Ellison
>I was only asking how to declare a veriable "Explicitly"
>
[quoted text clipped - 27 lines]
>> >
>> > Thanks
Dan @BCBS - 31 Mar 2006 18:42 GMT
Guess I'm a little on edge about taking over someone elses database.
The person is no longer with the company and did not document very well.
My concern is that the program runs fine without "QMS.addQMSPRD"
Let me explain: I re-linked all the tables to a new SQL Server Database
(for security reasons) I had to change the DSN name.
The old program runs fine with this code to the old SQL db. But when I
change the connections to the new SQL db I cannot include "QMS.addQMSPRD"..
I realise that does not give you much information to help, but it's all I
have.
> Dear Dan:
>
[quoted text clipped - 51 lines]
> >> >
> >> > Thanks
Tom Ellison - 31 Mar 2006 19:26 GMT
Dear Dan:
That's not good news. You may need to read, understand, and document
everything you have before you can proceed to use it and maintain it, let
alone proceed with new development. You're going to need considerable
expertise in SQL Server T-SQL coding.
Tom Ellison
> Guess I'm a little on edge about taking over someone elses database.
> The person is no longer with the company and did not document very well.
[quoted text clipped - 75 lines]
>> >> >
>> >> > Thanks