Viewing 15 posts - 1 through 15 (of 16 total)
David and Marshall great for the input absolutly fantastic.
Thank you both so much!!!
May 31, 2006 at 7:09 am
Hi Marshall,
Sorry but can you explain whay this is bad?
When you put it out there, you have to give read and write access to the folder that the database sits...
May 31, 2006 at 6:39 am
Marshall,
Exatcly what I was looking for thanks a bunch!
I really do want to go with SQl Server I think it is silly sticking with...
May 31, 2006 at 6:03 am
Hi mkeast ,
Your right thanks for the input. I have made the change and re reun the code from Visual Studio but...
January 11, 2006 at 7:26 am
Hi Manish,
Thanks for helping out. It's most likely a silly error on my part as i cant program to save my life.
Here is the table sql:
CREATE TABLE [dbo].[Import_Argentina] (
[un_cid]...
January 11, 2006 at 4:11 am
any ideas ???
January 10, 2006 at 2:21 pm
Also removing the Insert will stop the insert.
The stored proc works in Query Analyzer when providing the xml as a string.
January 10, 2006 at 10:30 am
Changing direction of Parameter to input gives me an error of:
Procedure 'AddArgentinaTrades' expects parameter '@xmlInput', which was not supplied.
But I have added the parameter?
Any ideas?
January 10, 2006 at 10:27 am
Anyone any ideas ...? I'm certainally confused
January 9, 2006 at 9:14 am
Hi David,
No Same error!
Thanks for the reply.
any other ideas????
January 9, 2006 at 7:32 am
Please ignore the missing "I" in the "IF EXISTS" with regards to the SP. That is not the problem; that is me not being able to copy and paste.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
January 9, 2006 at 7:11 am
Ok problem solved an syntax problem.
January 9, 2006 at 6:43 am
Hi,
In the example above the I want to change the data type for @xmldoc from varcharr(8000) to text for the reason that me xml file will most likely be up to...
January 9, 2006 at 2:00 am
Viewing 15 posts - 1 through 15 (of 16 total)