I am trying to create a query that will return a persons name from a table.
The table contains a field called full_name.
I have created a full text index on the table on that field.
I have the following query
ALTER procedure [dbo].[spGetContactFromContactName]
@contactname VARCHAR(200)
AS...
Thank you jpadie and ingresman for your suggestions.
The solution was updating the ntwdblib.dll from versions 2000.2.8.0 to 2000.80.194.0 in the C:\php directory.
Once I did this the code ran with no errors
We are having to move our database from its original server onto a new one. Both servers have MySQL and SQL 2000 on them. They both have the same version of the ntwdblib
The only file I can find where the old server is named is in the dbconn
echo "<!-- Detected site 89.0.x.x -->";
define...
I have a page where when the user clicks on a checkbox I want the text box next to it to become enabled so the user can edit the data inside it.
The checkbox has a unique reference number assigned to it from a database record. There could be up to 5 or 6 checkboxes on the form at the same time...
Thanks for your reply RiverGuy but I was trying to do something similar to what is shown here
http://www.sqlservercentral.com/articles/Miscellaneous/howtobuilddynamicstoredprocedures/968/
David
I have a stored procedure into which I want to pass variables and depending on the value of the variable passed into I want to be able to change the Where clause.
I keep getting an error:
Incorrect syntax near the keyword 'WHERE'
Any help would be much appreciated
@InvoiceStatus AS Int...
I have a checkboxlist on my aspx page.
When one of the boxes is ticked I want to be able to display the print dialog box is this possible and if so how.
Thanks in advance
David
I have a web page with a button on and when I click I just want to send a fax.
The code I have, which I found by browsing on the net is pasted below.
It works fine until it gets to the .send part and then I get the following error:
The handle is invalid. (Exception from HRESULT: 0x80070006...
Jeff
Thanks for the tip about Firebug. I have installed it and it points to the following line as being the problem.
eval(docStyle + objectXY + styleDoc + horz + "=" + x);
This is the error message that Firebug is giving
document.divHelp has no properties
valMove()floathelp.js (line 54)...
I have created a Div that displays help text when a user clicks on a textbox, checkbox, radio button etc. The Div then scrolls down the left side of the page, keeping it at the top.
It works fine in IE 6 and 7, but I cannot get it to work in Firefox. It just sits there.
I have posted the JS...
Dan
Sorry for not posting earlier, but I was away on Friday.
I have since found another solution and have managed to get that to work. I can post you a copy if your interested.
Just like to say thanks for all your help and patience.
Thanks once again
David
Dan
Thanks for all your help yesterday.
I have spent most of today going through the code and I have started again from scratch. I have put some alert messages in the code, and i do now see the alerts.
The one's i see are Line 85, compute_shifts and Line 43. They display in the order listed...
Dan
I am still having problems. This is the code for the web page. The panel is on the page just to make it scroll.
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="floatingsidebar.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
Dan
Have tried adding the extra function and line of code, but still no luck.
The <div> displays fine on the page, it just doesnt move. I am not getting any errors on the page, its as though the page isnt seeing the js file.
Not sure what you meant by recalculating the variables.
Thanks for...
Thanks for your reply Dan
I have checked my code and I have no comments inside of it. The code below is what is in the .js file
var target_x = 10;
var target_y = 10;
var has_inner = typeof(window.innerWidth) == 'number';
var has_element = document.documentElement &&...
I have some code that creates a floating menu. It works fine when the script is on the page, but when i put the code onto a seperate .js page and try to reference it, it does not work.
Any ideas as to what I am missing would be much appreciated.
<script src="includes/JScript1.js"...
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.