Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: webopdoug
  • Content: Threads
  • Order by date
  1. webopdoug

    Problem with Insert SQL

    I was using the following syntax in a Private Function when Access complained "Invalid SQL Statement": Dim strSQL As String Dim conn As ADODB.Connection Dim rs As ADODB.Recordset Set conn = CurrentProject.Connection Set rs = New ADODB.Recordset strSQL = "tblCommissionsPaid" rs.Open strSQL...
  2. webopdoug

    Converting Korn to Bash syntax

    I use the following in a UNIX Korn shell script while [ i -lt $time ]; do echo ".\c" sleep 1 let i=i+1 done It produces a ....... string to actively show the script is pausing. This doesn't work with Bash. the result is ./c ./c...

Part and Inventory Search

Back
Top