I have a Flash movie that I want to display in a DHTML layer and to position it at the top center of the page. Like so:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
ID=logo WIDTH=450 HEIGHT=241...
Hi again:
I ran a test for this error by creating a new record containing apostrophes in the text. Then I checked the db and the "\"s are not showing up. I then pulled the new record up for editing and the "\"s did not show up there either. I guess the problem was created by...
Sorry, I didn't make it very clear what's happening. When I look at the data in the SQL database, there is an "\" in front of every apostrophe. For example, if the text contains the word chef's, it looks like chef\'s in the database. When the text is retrieved from the db into the form...
Hi all:
I recently converted an Access db to an SQL db and now I'm getting the following errors when trying to update a record:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 3.51 Driver][mysqld-4.0.13-nt]You have an error in your SQL
syntax. Check the manual that...
Hi all:
I need some assistance please. I'm developing an ASP search page for a website and I'm having problems writing an SQL query statement that returns the results accurately.
Here is what I currently have:
MSQL = "SELECT * FROM properties WHERE act = 'Active' "
If Not...
Ahhhhhhh...now I see what you were doing! Thanks for clearing that up. And thanks for clearing up the issue with the CursorType.
I will give the NewID method a try and get back to you.
OK, I checked out Tarwn's solution and I think it's a bit much for what I need. I only want to select one record at random at a time.
I found this code that I think will do what I am trying to do:
dim intRandomNumber,intTotalRecords,i
intTotalRecords = recordset.RecordCount
Randomize()...
Hi,
I am building a real estate rentals website and would like to have a "Featured Property" on the homepage which would be a single record pulled at random from the properties table in the database so that each time someone visits the page, a different property is displayed.
Any...
Hi all:
I am getting the following error:
Fatal error: Call to undefined function: curl_init() in c:\users\xxxxxxxxxxxxxx\weather\current_weather.php on line 20
(xxxxxxxxx is my domain name)
Here is the code from current_weather.php that it refers to:
$ch = curl_init();
curl_setopt ($ch...
I have a client who has an online store, which was developed in frames (not by my choice - I hate frames!). What we would like to do is advertise a new product in a popup window that opens automatically from the frames page. Once the user clicks an "Order" button or link in the popup...
Thanks for the help Chopstick! That was ONE of the problems! I also created a sub routine for the second SQL statement and called it where needed. Works like a charm!
Well, almost...now I realize that when someone bids on an item, a new row is added to the bids table instead of updating 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.