Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Server and OLE
Message
From
28/01/1999 08:48:01
 
 
To
27/01/1999 16:19:01
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00181056
Message ID:
00181260
Views:
11
>I have created a Sql Server Object CreateObject('SQLDMO.SQLServer') Every thing is working great except for when we do a ExecutewithResult function I write it to a text file. but I want to import it into a table. I can't figure out how to tell what the decimal and length is for data types number or floats or integers. The numericpercision and numericscale allways returns 0, the length returns 8 but I think that is how much space it uses to store the info - Like integers use up 4. We are using SQL 7.0 has any one done this before?

The SQL Distributed Management Objects really weren't meant for submitting queries to the server. It was designed to allow remote administration of the server. ADO is the perferred COM interface for submitting queries.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform