Search found 3 matches

by slovelace
Mon Jul 11, 2016 5:13 pm
Forum: How To …
Topic: How to do a SQL Connector in a UserCode Module
Replies: 12
Views: 6121

Re: How to do a SQL Connector in a UserCode Module

Thank you. Do you have any suggestions on where to put the sqlComm.CommandText?
by slovelace
Mon Jul 11, 2016 4:13 pm
Forum: How To …
Topic: How to do a SQL Connector in a UserCode Module
Replies: 12
Views: 6121

Re: How to do a SQL Connector in a UserCode Module

Trying to use the SQL connector above. I get an error saying Incorrect syntax near 'vendoridOR'. Any suggestions? /* * Created by Ranorex * User: eone * Date: 7/7/2016 * Time: 8:51 AM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using System.Data...