Hello there:
Error Message: "Error executing SQL Command for data source Customers Connectivity error [Microsoft][ODBC Microsoft Access Driver] Too few parameters. expected 2."
First thing I done was created a new ODBC drivere = "made no difference"
using ODBC from a third party shipping program, attempting to retrieve data from an MS Access 2K database. My SQL is as followed:
SELECT Customers.BillingAddress, Customers.City, Customers.CompanyName, Customers.Country, Customers.ContactFirstName, Customers.ContactLastName, Customers.E-Mail, Customers.PhoneNumber, Customers.StateOrProvince, Customers.PostalCode, Customers.CustmerId
FROM Customers WHERE Customers.Customers.CustomerID = '!input!'
Thank You, PM
Error Message: "Error executing SQL Command for data source Customers Connectivity error [Microsoft][ODBC Microsoft Access Driver] Too few parameters. expected 2."
First thing I done was created a new ODBC drivere = "made no difference"
using ODBC from a third party shipping program, attempting to retrieve data from an MS Access 2K database. My SQL is as followed:
SELECT Customers.BillingAddress, Customers.City, Customers.CompanyName, Customers.Country, Customers.ContactFirstName, Customers.ContactLastName, Customers.E-Mail, Customers.PhoneNumber, Customers.StateOrProvince, Customers.PostalCode, Customers.CustmerId
FROM Customers WHERE Customers.Customers.CustomerID = '!input!'
Thank You, PM