Click here to Skip to main content
15,909,747 members
Home / Discussions / Database
   

Database

 
GeneralRe: Dealing with special characters in SQL queries Pin
mikasa25-Aug-04 11:24
mikasa25-Aug-04 11:24 
GeneralRe: Dealing with special characters in SQL queries Pin
david@mindplay.com25-Aug-04 11:51
david@mindplay.com25-Aug-04 11:51 
GeneralRe: Dealing with special characters in SQL queries Pin
david@mindplay.com25-Aug-04 12:13
david@mindplay.com25-Aug-04 12:13 
GeneralRe: Dealing with special characters in SQL queries Pin
mikasa26-Aug-04 3:38
mikasa26-Aug-04 3:38 
GeneralRe: Dealing with special characters in SQL queries Pin
Colin Angus Mackay26-Aug-04 12:01
Colin Angus Mackay26-Aug-04 12:01 
GeneralRe: Dealing with special characters in SQL queries Pin
mikasa27-Aug-04 3:05
mikasa27-Aug-04 3:05 
AnswerRe: Dealing with special characters in SQL queries Pin
ToolJoe11-Aug-09 10:50
ToolJoe11-Aug-09 10:50 
QuestionWhat's faster? Pin
Chodici Mrkev24-Aug-04 20:46
Chodici Mrkev24-Aug-04 20:46 
Hi,
I am working on the guestbook in VB.NET with SQL db. I have a database for registered users, there are names, surnames, and mainly paths to user-defined images, which they want them to be seen together with their comments.
I have two possibilities how to do it:
1)I will authentify the user with the user control, load the guestbook.aspx - I will get all data from table GUESTBOOK only, when user submits the form, I will get the ImagePath from db and save the name, comment, AND IMAGEPATH to db table GUESTBOOK. I think this way is faster during the guestbook.aspx load, but I have to save the same ImagePaths each time the user sends the comment.

2)I will authentify the user with the user control, load the guestbook.aspx - I will get the names and comments from table GUESTBOOK and ImagePaths based on usernames from USERS table. When user submits the form, I will only save the GUESTBOOK table, not more.

What's better - faster?
GeneralDELETE table, ignore key constraints Pin
Christian Graus24-Aug-04 12:54
protectorChristian Graus24-Aug-04 12:54 
Questionhow do I write to an access DB using ADO & VisualC++ ? Pin
Eduardo M. Rey24-Aug-04 8:48
Eduardo M. Rey24-Aug-04 8:48 
AnswerRe: how do I write to an access DB using ADO & VisualC++ ? Pin
S Sansanwal24-Aug-04 11:23
S Sansanwal24-Aug-04 11:23 
GeneralUsing ADO with Visual C++ Pin
Eduardo M. Rey24-Aug-04 8:41
Eduardo M. Rey24-Aug-04 8:41 
GeneralRe: Using ADO with Visual C++ Pin
S Sansanwal24-Aug-04 11:27
S Sansanwal24-Aug-04 11:27 
GeneralRe: Using ADO with Visual C++ Pin
Eduardo M. Rey25-Aug-04 4:18
Eduardo M. Rey25-Aug-04 4:18 
GeneralStored Proc to add a new Record and return an AutoValue Pin
matthias s.24-Aug-04 7:49
matthias s.24-Aug-04 7:49 
GeneralRe: Stored Proc to add a new Record and return an AutoValue Pin
Colin Angus Mackay24-Aug-04 10:21
Colin Angus Mackay24-Aug-04 10:21 
GeneralRe: Stored Proc to add a new Record and return an AutoValue Pin
cmk24-Aug-04 12:08
cmk24-Aug-04 12:08 
GeneralCreate Table, Default Value Pin
si_6924-Aug-04 0:37
si_6924-Aug-04 0:37 
GeneralRe: Create Table, Default Value Pin
Anonymous24-Aug-04 2:54
Anonymous24-Aug-04 2:54 
GeneralRe: Create Table, Default Value Pin
S Sansanwal24-Aug-04 11:18
S Sansanwal24-Aug-04 11:18 
QuestionHow do I run my SQL script from .msi ?? Pin
IrishSonic23-Aug-04 22:20
IrishSonic23-Aug-04 22:20 
AnswerRe: How do I run my SQL script from .msi ?? Pin
Colin Angus Mackay23-Aug-04 22:30
Colin Angus Mackay23-Aug-04 22:30 
GeneralRe: How do I run my SQL script from .msi ?? Pin
IrishSonic24-Aug-04 0:39
IrishSonic24-Aug-04 0:39 
QuestionUpdate database from a XML dataset file ? Pin
zWyThoS23-Aug-04 11:22
zWyThoS23-Aug-04 11:22 
AnswerRe: Update database from a XML dataset file ? Pin
S Sansanwal23-Aug-04 12:17
S Sansanwal23-Aug-04 12:17 

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.