all groups > sql server odbc > october 2007
MS-Access and SQL 2005 Application Roles
Posted by Dedge at 10/24/2007 9:19:01 AM
I have created an Application Role with DEFAULT_SCHEMA=dbo.
From MS-Access, I retrieve the AR password and execute sp_setapprole as
follows:
qd.Connect = strODBCConnect
qd.ReturnsRecords = False
qd.SQL = "exec sp_setapprole 'MyAppName','" & strAppRolePWD & "';"
qd.Execute
Fine un... more >>
error: odbc in vista (with asp)
Posted by MiltonPT NO[at]SPAM gmail.com at 10/20/2007 8:47:28 AM
i dont connect db (sql server 2005) in vista. why?
i have a cod in asp and no conect database.
the error is:
"Microsoft SQL Native Client Version 09.00.3042
Running connectivity tests...
Attempting connection
[Microsoft][SQL Native Client]TCP Provider: No connection could be
made bec... more >>
updating a linked Access table
Posted by jaylou at 10/11/2007 1:00:01 PM
Dont shoot the messenger....
I inheited a system that uses an Access MDB as the front end with local
tables in it. There is a SQL server 2005 database which pulls data from the
Access tables and inserts into SQL tables to create invoices. Information is
keyed into Access, at the end of the ... more >>
MySQL linked server on SQL Server 2000
Posted by Pete Griffiths at 10/11/2007 12:00:00 AM
Hi folks,
I'm having a spot of bother creating a linked MySQL server on SQL2K.
I'm using the following code on an SP4 SQL2K instance. MySQL 5.1 is
installed on the same box, and I've installed the MySQL ODBC 3.51 Driver.
sp_addlinkedserver
'myAlias'
, 'MySQL'
, 'MSDASQL'
, Null
... more >>
Communication link failure [ODBC SQL Server Driver]
Posted by Uma at 10/9/2007 6:53:03 AM
Hello !
Anyone, please help.
I got the error
08501 : [Microsoft][ODBC SQL Server Driver] Communication link failure,
when I connect to database in SQL Server via some application and
it happened very very often.
I'm trying to find the way to solve on internet, but could not.
Please su... more >>
importinf FoxPro data in SQL Server 2000?
Posted by Dzemal Tipura at 10/2/2007 12:00:00 AM
Hi,
how can i import dbc (FoxPro) database in sql server 2000?
thx... more >>
|