Viewing 15 posts - 16 through 30 (of 52 total)
I tried this and I receive an error that say I have the wrong number of paramters. It wants a paramter for the Ref Cursor that is being returned.
Any...
January 28, 2005 at 1:25 pm
I receive the same error indicated above when I enclose in parens. Thanks for the suggestion though.
Has anyone gotten this to work in the past? If so, maybe I have...
January 27, 2005 at 9:21 am
I tried that and recevied this error:
[Microsoft][ ODBC Driver for Oracle]Invalid Parameter Number
I am passing the correct number of parameters (3), but still receive this error.
Any other thoughts?
January 20, 2005 at 2:33 pm
Couldn't you send the transaction logs to the other server and apply them there.
September 27, 2004 at 10:53 am
My tables all have primary keys, as well as other indexes.
I think the issue is the the Primary Key is a data type of Bigint in which case Access does not...
June 22, 2004 at 10:00 am
The tables I am trying to view each have a clustered index as well as several non-clustered indexes so I do not think that this is my specific issue.
I...
June 21, 2004 at 1:59 pm
Thank you. I'm not sure why I didn't think of that. It works great
March 12, 2004 at 11:01 am
How would I reference the Jet Replication Objects library from within VBScript (DTS ActiveX Script Task)?
March 11, 2004 at 8:57 am
We have had some issue when passing dates to Oracle. We now include something like the following which helps aliviate any issue in date conversion on the Oracle side.
=====
WHERE...
March 5, 2004 at 12:35 pm
Thanks Frank, that article has some great ideas!
March 4, 2004 at 3:13 pm
We are required to access the database through stored procedures. So the client couldn't just select against a view in our situation. Thanks for the idea though
March 4, 2004 at 2:55 pm
How would a view help?
March 4, 2004 at 2:45 pm
My DBA doesn't want me to use it because of performance and security concerns.
March 4, 2004 at 2:40 pm
Actually what I am trying now is to use an Environmental variables (COMPUTERNAME which equates to the @@servername in our environments) to change the Data Source property of my SQL Server...
March 3, 2004 at 11:32 am
But don't you need to already have a connection with the server to then query the serve for the @@servername?
Yeah, this didn't work when I switched environments because the...
March 2, 2004 at 2:03 pm
Viewing 15 posts - 16 through 30 (of 52 total)