[AccessD] A97 SQL Server

b heygood bheygood at abestsystems.com
Sat Apr 30 14:03:53 CDT 2011


thx for responding.
I could not get that code to work.

been a long time since A97

anyone else?


 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of David McAfee
Sent: Thursday, April 28, 2011 9:04 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] A97 SQL Server

It's been a while since I've used A97
Can you do it, via a query by first modifying the querydef?

Dim qdfCurr As QueryDef
Dim strSQL as String

strSQL = "EXEC sp_Add_FutureServicesOrders_byRoute @Parm1=" & RTE Set
qdfCurr = CurrentDb().QueryDefs("MyQueryNameHere")
qdfCurr.SQL = strSQL



On Thu, Apr 28, 2011 at 8:18 AM, b heygood <bheygood at abestsystems.com>wrote:

> having a "ODBC - Call failed" message from A97 when running the code
below.
> RTE is a long var.
> code generates no errors up to the last line.
> I can link to tables using the log on info and password successfully.
>
> any ideas??
>
>
>
> 'populate the object variables
> Set wkTest = CreateWorkspace("ODBCWorkspace", "admin", "", dbUseODBC) 
> Set conTest = wkTest.OpenConnection("CONNECTION", dbDriverNoPrompt, 
> True,
> CONNECT_STR)
> conTest.QueryTimeout = 0
>
> 'Execute the stored procedure (SQL Server 7.0) DoEvents 
> conTest.Execute "EXEC sp_Add_FutureServicesOrders_byRoute" & RTE
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list