Viewing 4 posts - 1 through 4 (of 4 total)
Why not just write an XQuery to import the data. It works fine
November 23, 2007 at 11:17 am
Instead of using 'OpenSchema' use the SQL statement
select name from sysobjects where xtype = 'U' or xtype = 'S'
if you want both system tables and user tables or
select name from...
February 15, 2005 at 4:50 am
You didn't say which version of Visual Basic that you were using. If you are using Visual Basic .NET, the problem is a "rights" issue. The user that is logging...
August 8, 2003 at 4:34 am
I don't know your business, but if we limit the calls to 8 hours per day / 5 days a week, thats 175,000 calls an hour. It depends on what...
August 8, 2003 at 4:25 am
Viewing 4 posts - 1 through 4 (of 4 total)