Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
1dermom #1
cfprocparam sending "???????" to SQL Server
I have a SQL Server stored procedure that expects an nvarchar parameter. The
cfprocparam is sending Russian characters, but the stored proc seems to be
receiving only question marks. Ordinarily, an n-prefix should be used to send
the unicode string, but I get a CF error when I try that in the cfprocparam
value. Incidentally, the n-prefix works fine if I send the data as SQL string
in a cfquery.
Can anyone shed some light?
<cfstoredproc procedure = "spGetJobList"
datasource="Training_Integration_Tracking" dbtype="odbc" returnCode = "No">
<cfprocresult name = "rs1">
<cfprocparam type = "IN" CFSQLType = "CF_SQL_LONGVARCHAR" value = "#MyTitle#">
</cfstoredproc>
1dermom Guest
-
how to get a file from the "Testing Server" / "remote view"
if I want to get a particular file from the "Testing Sever" or "remote view" in my extension, how can i do so? Thanks a lot!!! -
Jmail only sending "body" in first run of loop
I have designed a newsletter that will send any news to my subscribers as soon as it is added to my front page. I have four dynamic bindings which... -
Sending "forms" without text?? Please help
Hi, my knowledge of Flash so far is very basic but I am trying to learn. I would like to know if it's possible to do a screen capture and mail... -
Problem sending mail on Server 2003 "SendUsing" configuration is invalid
Hi, I have a C# asp.net app that sent mail fine on server 2000 or win 2000, but now I moved it to our new 2003 box, and it's giving me "The... -
<tr id="MyRow" runat="server"> ... </tr> doesn't appear in server-side code
pschrader: Look at the top of your page, where your controls are declared. Do you see one for HTMLTableRow? You may have to manually add it, if... -
PaulH #2
Re: cfprocparam sending "???????" to SQL Server
first off, you should be using the JDBC driver not the odbc one.
turn on the
[url]http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=F9553D86-20[/url]
ED-7DEE-2A913AFD8651643F for that dsn. that should do the trick.
PaulH Guest
-
1dermom #3
Re: cfprocparam sending "???????" to SQL Server
The "unicode option" is something that is specified by the person who defines the dsn on the server?
1dermom Guest
-



Reply With Quote

