all groups > sql server odbc > february 2004 > threads for february 8 - 14, 2004
Filter by week: 1 2 3 4
odbc over internet
Posted by b.binnenweg at 2/14/2004 12:57:12 PM
We are running an sql server database on a windows 2000 server, aproximately
15 clients on our lan use odbc connections to connect with acces 2002 front
end. No problem. Then i came up with the idea to connect a home-worker via
internet, using a vpn tunnel over isdn. Somehow this vpn-over-isdn
c... more >>
ASP Connection String To SQL Server
Posted by qqqq at 2/13/2004 9:38:37 AM
Hi
This is new to me.
I am trying to connect an asp page to sql server.
Any help would be gratefully appreciated
I get the error message:
Technical Information (for support personnel)
a.. Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/idataconnect... more >>
Getting the actual length for columns in a result set
Posted by geoffpollard NO[at]SPAM go.com at 2/11/2004 6:42:47 PM
Is there a way to get the length (i.e. number of characters, bytes ...
) in the metadata information for a resultset?
I'm using low level ODBC calls, and my problem is that both
SQLDescribeCol and SQLColAttribute return the column size for the
length. This doesn't sound bad, but when reading the... more >>
Problems executing DML via linked server
Posted by Gary Hampson at 2/11/2004 3:23:24 PM
Hey folks..
I have a linked server that connects to a DB2 database through the OLE DB
for ODBC Providers driver. I have a DSN created and can, through the linked
server run SELECT statements to my heart's content. When I want to run a
simple DELETE, for example (DELETE HCEDB.APPLQUE2), I ge... more >>
Save bmp to image field
Posted by ddg1950 at 2/11/2004 8:33:48 AM
I'm trying to determine how to save a bmp into my image field. I see the
bulk copy instructions, but that is only good if you know the size of the
bmp and write it into the format file. I need to save directly into the
field from a vb6 app. Any thoughts?
Thanks
... more >>
SQLDescribeCol/SQLColAttribute
Posted by Lewis Howell at 2/10/2004 9:51:27 AM
I am trying to get SQLDescribeCol to return column names (alias) from
multiple result sets in a stored procedure but it returns a nil string. I
have also tried SQLColAttribute with no success.
Any suggestions, places to read, different newsgroups, code to try, etc. ???
--
Thanks,
Lewis... more >>
Permission denied error 2nd Post
Posted by Taishi at 2/10/2004 7:29:18 AM
New user of SQL
Everything is on the same machine
My error is close to the bottom
After reading it today, I can see there is a problem with 2 dbases
'PUBS' and 'Master'
There are also some comments from the group:
---microsoft.public.sqlserver.odbc-- subject: Permission Denied -- Thanks
for h... more >>
Linked tables
Posted by Harlan Dorado at 2/10/2004 6:21:43 AM
Hey,
I'm trying to link a table in an Access 2000 DB to a table in an MS SQL
Server 2000. As you might have guessed by now I'm not having any luck
with this.
This is what I've done:
I've used a file-dsn, which logs on to the SQL Server DB using the
logged on NT account. This account, which ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Bandwidth Required For ODBC Access
Posted by Dominic Martin at 2/9/2004 5:19:12 PM
Hi,
I need to setup an ODBC link over our Internet connection between MS Access
(local) and a MySQL server (Remote - the local PC has the MySQL ODBC driver
installed). What kind of bandwidth requirements am I looking at? Will it
function over a 64k leased line? If this would be slow, could the... more >>
Error 18456 Login failed for user domain\user
Posted by Bruce Murdock at 2/8/2004 1:35:43 PM
We have an application that logs into our SQL Server 2000 using ODBC. All
service packs and critical updates are current on the server and clients.
SQL Server uses mixed authentification and runs under a domain account, the
users login with their domain\username, or at least they used to. Nobody
... more >>
|