Click here to Skip to main content
15,918,596 members
Home / Discussions / Database
   

Database

 
GeneralForeign Key with Composite Primary Key Pin
Hitu7-Aug-02 20:39
Hitu7-Aug-02 20:39 
GeneralRe: Foreign Key with Composite Primary Key Pin
SimonS8-Aug-02 5:08
SimonS8-Aug-02 5:08 
GeneralSome URL needed!!! Pin
Mazdak7-Aug-02 19:37
Mazdak7-Aug-02 19:37 
GeneralRe: Some URL needed!!! Pin
Richard Deeming8-Aug-02 2:04
mveRichard Deeming8-Aug-02 2:04 
GeneralRe: Some URL needed!!! Pin
Mazdak8-Aug-02 20:06
Mazdak8-Aug-02 20:06 
GeneralRe: Some URL needed!!! Pin
Nick Parker8-Aug-02 8:11
protectorNick Parker8-Aug-02 8:11 
GeneralRe: Some URL needed!!! Pin
Mazdak8-Aug-02 20:05
Mazdak8-Aug-02 20:05 
GeneralProblem with SQLserver and updating recordset Pin
Garth5-Aug-02 15:53
Garth5-Aug-02 15:53 
I am trying to update an existing record in a table using the following code in an ASP page. The table (tblProjectCats) has an ID value (integer, autoincrement), and Title and Description fields (both set to varchar). The following code just doesn't work...doesn't give an error message...

'//start code
Dim objConn, objRS
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open strConnect
Set objRS = Server.CreateObject("ADODB.Recordset")
objRS.Open "UPDATE tblProjectCats SET Title ='Title', Description = 'Desc' WHERE ID=1", objConn, adOpenDynamic, adLockReadOnly, adCmdText
objRS.Close
Set objRS = Nothing
objConn.Close
Set objConn = Nothing
'//end code


GeneralRe: Problem with SQLserver and updating recordset Pin
Richard Deeming5-Aug-02 23:06
mveRichard Deeming5-Aug-02 23:06 
Generali need your help ...¤Ð__¤Ð; Pin
kims10305-Aug-02 4:56
kims10305-Aug-02 4:56 
Generalmemo fields and other big fields Pin
Roman Nurik4-Aug-02 19:18
Roman Nurik4-Aug-02 19:18 
GeneralRe: memo fields and other big fields Pin
Martin Ziacek5-Aug-02 23:23
Martin Ziacek5-Aug-02 23:23 
GeneralRe: memo fields and other big fields Pin
Roman Nurik6-Aug-02 6:05
Roman Nurik6-Aug-02 6:05 
GeneralCollation Pin
Mazdak3-Aug-02 5:30
Mazdak3-Aug-02 5:30 
GeneralRe: Collation Pin
Richard Deeming5-Aug-02 23:13
mveRichard Deeming5-Aug-02 23:13 
GeneralRe: Collation Pin
Richard Deeming5-Aug-02 23:32
mveRichard Deeming5-Aug-02 23:32 
GeneralRe: Collation Pin
Mazdak7-Aug-02 0:36
Mazdak7-Aug-02 0:36 
GeneralUnicode Pin
Mazdak3-Aug-02 4:50
Mazdak3-Aug-02 4:50 
GeneralRe: Unicode Pin
Mazdak3-Aug-02 5:31
Mazdak3-Aug-02 5:31 
GeneralmySQL and Visual C++ Pin
monrobot132-Aug-02 7:16
monrobot132-Aug-02 7:16 
Generalaccess database over internet connection Pin
_ra2-Aug-02 3:11
_ra2-Aug-02 3:11 
Generaldistinct select error Pin
ns1-Aug-02 9:37
ns1-Aug-02 9:37 
Generaldatabase size Pin
Jassim Rahma29-Jul-02 10:51
Jassim Rahma29-Jul-02 10:51 
GeneralRandomly selecting a row from a database Pin
stephen woolhead29-Jul-02 5:00
stephen woolhead29-Jul-02 5:00 
GeneralRe: Randomly selecting a row from a database Pin
AndyG29-Jul-02 7:29
AndyG29-Jul-02 7:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.