I am trying to check to confirm that both memberid and recipeid is not null. That way if both have value it will allow the member to ad the ripe to there list if both have a value it will tell them the recipe they are adding is already in there list. Working on this for a while need help and...
I am new to PHP have built everything in ASP Classic and decided to upgrade and so I choose PHP over ASP.net and love it so far. One more thing hosting is 2011 server with IIS 7 PHP integration on mysql and the table it is incerting has full permission from root so I have ruled that out and so...
I checked the log file and nothing to indicate the errors what I did find strange is that when you submit a blank form with no data it does not validate. All the other forms work on the site just not this one nor does it seem the captcha is captchaing. I am going nuts here. Your vacutina did not...
No errors and the code works perfect except it will not post put pulls everything everything else here is the full code I am beside myself on it
<?php
include_once("/apps/config.php");
// get vars
$id = $_REQUEST['id'];
$id = sanitize(1, 11, $id);
// start session for captcha...
Below is the code and I recieve no errors but it write mo data in the response.write?
set rs = Server.CreateObject ("ADODB.Recordset")
Set conn = Server.CreateObject("ADODB.Connection")
Conn.ConnectionString =...
Thanks Mad Oh i feel like an idiot MS Document Scan was not saving it to the temp file meaning it had nothing to move lol. fixed the code is not the problem.
thanks, Here is the entire code and I might add it has worked for over two years with no problem. Now I did formate this workstation that uses it but before no issues. i have checked Microsoft Scripting Runtime in References.
Dim stAppName As String
stAppName = """C:\Program Files\Common...
Fixed it! I when to Data Source (ODBC) configured it for Name Piping then went to SQL Server Configuration Manager and disabled TCP/IP. Restarted the SQL Server and Server Browser Walla worked! I then re-enabled the TCP/IP settings restarted server 2011 and the troubled workstation running vista...
Help!!!! We have a Access Front-end and an sql backend that are getting the following error. State 28000 Error 18452 Not from a Trusted Connection <---- Shows this on the workstation running Vista.
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with...
Help!!!! We have a Access Front-end and an sql backend that are getting the following error. State 28000 Error 18452 Not from a Trusted Connection <---- Shows this on the workstation running Vista.
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with...
Wow really 4 12hour days upgrading our server a this is what stumpped me LOL. All I can do is laugh!!! Below is is the fix, thanks guys...
Does Not Work With IIS 7.5
Provider=SQLNCLI;Server=SERVER\SQLEXPRESS;Database=GE_Data;Trusted_Connection=yes;
Does WORK WITH IIS 7.5...
The code below works fine on win 2003 server running SQL Express 2003 but it gives an error when I upgraded to Win 2011 SQL Express Server 2008 R2. I am stumped...
Error
ADODB.Connection error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/apps/cs/login.asp, line...
Now its given a invaild sql statement error
DoCmd.RunSQL "; with cte as (select MailID, count(Address) over (partition by Address) as cntAddresses from MailingList2) update cte set SS = 'true' where cntAddresses > 1"
thanks for the response now its giveing a 3319 error on union query:
DoCmd.RunSQL "(; with cte as select PK, count(Address) over (partition by Address) as cntAddresses from MailingList2)update cte set SS = 'true' where cntAddresses > 1"
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.