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 TouchToneTommy 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: rlarson
  • Content: Threads
  • Order by date
  1. rlarson

    MySQL socket error in DataStage

    I'm trying to do an import from an ODBC source. Instead of retreiving the list of tables it returns the error "Can't connection to local MySQL". From all of the documentation that I've found - if the port is defined the sockets setting is ignored. Any suggestions where to go from here...
  2. rlarson

    Stored Procedure that parses on carriage return

    I've built a function to return the position of a given character within a string. I need to pass a carriage return or line feed character into this function from within another procedure. If I was calling the procedure from VB or other programming lanuages I'd pass in chr(13) or chr(10). How...
  3. rlarson

    Problem with Safari Applets

    The following code works just fine in IE6, but in Safari it's ignored. Is there a way to resize an applet after it's loaded in Safari? Thanks in advance. <html> <head> <title>Viewer</title> </head> <script language="JavaScript"> function resizeGrid() { /* Make the applet fit the...
  4. rlarson

    QuerySetCell gotch ya.

    Ran into this little problem on MX. I was using: <cfset available_date = dateformat(now(), &quot;mm/dd/yyyy&quot;)> <cfset temp = QuerySetCell(qryWidgets, &quot;AvailableDate&quot;, available_date, qryWidgets.currentrow)> to add a formatted date value to a query. When I went to use the...

Part and Inventory Search

Back
Top