Click here to Skip to main content
15,911,785 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL statment Pin
cbhkenshin8-Mar-06 0:25
cbhkenshin8-Mar-06 0:25 
AnswerRe: SQL statment Pin
Michael Potter8-Mar-06 9:19
Michael Potter8-Mar-06 9:19 
AnswerRe: SQL statment Pin
shm5314-Mar-06 7:26
shm5314-Mar-06 7:26 
QuestionDataAdapter.Fill Method Pin
thainam7-Mar-06 20:32
thainam7-Mar-06 20:32 
AnswerRe: DataAdapter.Fill Method Pin
Ritesh12347-Mar-06 22:11
Ritesh12347-Mar-06 22:11 
GeneralRe: DataAdapter.Fill Method Pin
thainam7-Mar-06 22:23
thainam7-Mar-06 22:23 
QuestionMerge Replication,Please help me, it urgent !!! Pin
BachMieu7-Mar-06 16:41
BachMieu7-Mar-06 16:41 
AnswerRe: Merge Replication,Please help me, it urgent !!! Pin
Rob Graham8-Mar-06 3:44
Rob Graham8-Mar-06 3:44 
Those tables are needed by the merge process to keep track of merge progress and problems.
Your application should not care about those tables and should gracefully ignore them. Any application that can't tolereate tables that it has no concern with is badly designed.
Yor data structures should have remained untouched (i.e. no changes to your application tables). It is not unusual for system proccesses tocreate additional tables in a database to support that process, and as long as no existing structures are changed, that should be transparent to any applications using the database. Sounds like you made an unfounded design assumption when you designed your application...

Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

QuestionRe: Merge Replication,Please help me, it urgent !!! Pin
BachMieu8-Mar-06 21:03
BachMieu8-Mar-06 21:03 
QuestionSQL Server registration fails "Not associated with a trusted SQL Server..." Pin
ah Chung7-Mar-06 8:28
ah Chung7-Mar-06 8:28 
AnswerRe: SQL Server registration fails "Not associated with a trusted SQL Server..." Pin
Rob Graham8-Mar-06 3:47
Rob Graham8-Mar-06 3:47 
GeneralRe: SQL Server registration fails "Not associated with a trusted SQL Server..." Pin
ah Chung9-Mar-06 0:05
ah Chung9-Mar-06 0:05 
QuestionDateTime Conversion Error Pin
pubududilena7-Mar-06 1:14
pubududilena7-Mar-06 1:14 
AnswerRe: DateTime Conversion Error Pin
Ritesh12347-Mar-06 1:40
Ritesh12347-Mar-06 1:40 
AnswerRe: DateTime Conversion Error Pin
jonathan157-Mar-06 1:44
jonathan157-Mar-06 1:44 
AnswerRe: DateTime Conversion Error Pin
HimaBindu Vejella8-Mar-06 0:14
HimaBindu Vejella8-Mar-06 0:14 
QuestionProcedure Pin
Support1236-Mar-06 23:20
Support1236-Mar-06 23:20 
AnswerRe: Procedure Pin
goyal manish8-Mar-06 3:12
goyal manish8-Mar-06 3:12 
GeneralRe: Procedure Pin
Support1238-Mar-06 3:14
Support1238-Mar-06 3:14 
QuestionPassword Encryption Pin
Brendan Vogt6-Mar-06 19:52
Brendan Vogt6-Mar-06 19:52 
AnswerRe: Password Encryption Pin
Colin Angus Mackay8-Mar-06 2:36
Colin Angus Mackay8-Mar-06 2:36 
QuestionRe: Password Encryption Pin
Brendan Vogt8-Mar-06 2:47
Brendan Vogt8-Mar-06 2:47 
AnswerRe: Password Encryption Pin
Colin Angus Mackay8-Mar-06 3:05
Colin Angus Mackay8-Mar-06 3:05 
QuestionORA:12535 TNS Timed out issue Pin
vhariharan6-Mar-06 14:24
vhariharan6-Mar-06 14:24 
Questionclob into oracle Pin
Lash206-Mar-06 10:44
Lash206-Mar-06 10:44 

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.