Viewing 15 posts - 1 through 15 (of 24 total)
I have set up a completely diffrent application that is ASP code and get the same results. Anyother suggestions would be appreciated. Thanks!
October 28, 2005 at 1:00 pm
It is actually a very simple application.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
</head>
<body>
<cfquery name="getdata" datasource="dbsamir">
Select * from livreara
</cfquery>
<font size="4">
<cfoutput query="getdata">#isbn#, #title#, #saleprice#<br></cfoutput>
</font>
</body>
</html>
Thanks!
October 28, 2005 at 8:40 am
Okay I installed the following on my XPpro and still get the samething. Thanks!
October 27, 2005 at 9:06 am
Yes the default is Western Europe and United States and then you go under advanced and "code page conversion tables" all are selected. I also see that 1256 ansi arabic...
October 25, 2005 at 4:57 pm
ya this is a website and the results of the query are displayed ian a browser. They have content that is in may languages and the query works for all...
October 25, 2005 at 12:47 pm
This is correct. It will display correctly from Query Analyzer but when the Query is done through an application it will only display ??????. Arabic is one of the supported...
October 25, 2005 at 11:49 am
Thanks Chris point taken, I dont do much coding but I am going to look into a book on it to make things a little easyer. Thanks again!
August 10, 2005 at 10:44 am
Thanks Chris I am trying to get that to work. I keep geting ambiguous errors
Microsoft OLE DB Provider for SQL Server error...
August 9, 2005 at 2:15 pm
I tryed that and recieved errors also. I am working with SQL 2000 if that helps. Thanks!
May 19, 2005 at 3:12 pm
Got this error, which ther is no 4 to start with. I also changed it up a little with no success. What do you think may be the cause?
Server: Msg...
May 13, 2005 at 4:27 pm
Yes but you can also set this in enterprise manager. I am dealing with a large amont of databases and some of the databases are set to unrestricted file growth....
May 13, 2005 at 12:46 pm
Server: Msg 15001, Level 16, State 1, Procedure sp_changeobjectowner, Line 38
Object 'insert_test_1' does not exist or is not a valid object for this operation.
yep tryed that before also and got...
April 28, 2005 at 4:02 pm
Line 1: Incorrect syntax near 'insert_test_1'.
insert_test_1 is the stored procedure name
I used {EXEC sp_changeobjectowner [ @objname = ] 'insert_test_1' , [ @newowner = ] 'jttested'}
What am I doing...
April 28, 2005 at 3:36 pm
I see what I am doing wrong, sorry for wasting your time. Thank you!
April 6, 2005 at 12:39 pm
Viewing 15 posts - 1 through 15 (of 24 total)