Ask a Question related to ASP Database, Design and Development.
-
el_sherif #1
how to update and retrieve ntext fields in my asp code
how to update and retrieve ntext fields in my asp code
PLEASE HELP
el_sherif Guest
-
CFMX and NTEXT fields
I have a SQL table that includes 2 NTEXT fields. When I do a cfquery such as SELECT * FROM MYFILE, I get no value back for these fields. Playing... -
Retrieve fields with similar values from 2 tables?
Hi, How do i retreive fields with similar values from 2 tables? I tried to use "SELECT * FROM $table1 as o , $table2 as p WHERE o.name like... -
Retrieve ntext field using ODBC Socket
Help....! I just upgraded cfmx6.1 to cfmx7, and all queries retrieve ntext field from MS SQL Server fail. It displays nothing or empty string... -
Cant get the values from the NTEXT fields
Unfortunately I have to use the ODBC driver in order to connect to the SQL 2000 personal edition on my development workstation. but this is still... -
problem to retrieve value on update event in datagrid
Could it be that you reload your datagrid and there by repopulate the values after that the viewstate has been loaded? I suggest you check when your... -
el_sherif #2
how to update and retrieve ntext fields in my asp code
how to update and retrieve ntext fields in my asp code
PLEASE HELP
el_sherif Guest
-
Andrew Durstewitz #3
Re: how to update and retrieve ntext fields in my asp code
You need to be a little more descriptive then that.
-Andrew
* * * Sent via DevBuilder [url]http://www.devbuilder.org[/url] * * *
Developer Resources for High End Developers.
Andrew Durstewitz Guest
-
Tom B #4
Re: how to update and retrieve ntext fields in my asp code
yourAdoConnectionObject.Execute "UPDATE tblXYZ SET thentextfield=N'Hello
There' WHERE thePrimaryKeyField=1"
yourAdoConnectionObject.yourStoredProcedureOnTheSe rverThatTakesTwoParameters
"Hello There", 1
Open Books Online....Drill down
Accessing and Changing Relational Data
Advanced Query Concepts
Managing ntext, text, and image Data
for more information
"el_sherif" <el_sherif@hotmail.com> wrote in message
news:%23S7ReM3VDHA.2104@TK2MSFTNGP10.phx.gbl...> how to update and retrieve ntext fields in my asp code
>
> PLEASE HELP
>
>
Tom B Guest



Reply With Quote

