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...
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...
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...
Ran into this little problem on MX.
I was using:
<cfset available_date = dateformat(now(), "mm/dd/yyyy")>
<cfset temp = QuerySetCell(qryWidgets, "AvailableDate", available_date, qryWidgets.currentrow)>
to add a formatted date value to a query. When I went to use the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.