Click here to Skip to main content
15,904,638 members
Home / Discussions / Database
   

Database

 
GeneralRe: List of Servers Pin
Laubi28-Dec-06 4:34
Laubi28-Dec-06 4:34 
GeneralRe: List of Servers Pin
_mubashir28-Dec-06 5:37
_mubashir28-Dec-06 5:37 
AnswerRe: List of Servers Pin
Michael Potter28-Dec-06 9:33
Michael Potter28-Dec-06 9:33 
QuestionTransaction Query Pin
shaikshavali27-Dec-06 1:12
shaikshavali27-Dec-06 1:12 
AnswerRe: Transaction Query Pin
Colin Angus Mackay27-Dec-06 1:26
Colin Angus Mackay27-Dec-06 1:26 
GeneralRe: Transaction Query [modified] Pin
shaikshavali27-Dec-06 5:24
shaikshavali27-Dec-06 5:24 
QuestionLocking a table in sqlserver 2000 Pin
Uma Kameswari26-Dec-06 21:35
Uma Kameswari26-Dec-06 21:35 
AnswerRe: Locking a table in sqlserver 2000 Pin
Colin Angus Mackay27-Dec-06 0:20
Colin Angus Mackay27-Dec-06 0:20 
It happens automatically. As soon as you start making changes the table will get locked until the transaction is completed. Since SQL Server will wrap each statement in its own transaction, if you are updating over several SQL statements use Begin Transaction at the start and Commit Transaction when successfully finished.


Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

Questiontext color of a field Pin
248912826-Dec-06 20:13
248912826-Dec-06 20:13 
AnswerRe: text color of a field Pin
Paul Conrad27-Dec-06 18:26
professionalPaul Conrad27-Dec-06 18:26 
Questionupdate data from datagrid using ado in vb.net Pin
bhaskar varma26-Dec-06 19:45
bhaskar varma26-Dec-06 19:45 
AnswerRe: update data from datagrid using ado in vb.net Pin
Walter_H8-Jan-07 2:41
Walter_H8-Jan-07 2:41 
QuestionCopying text field Pin
Imtiaz Murtaza25-Dec-06 23:35
Imtiaz Murtaza25-Dec-06 23:35 
AnswerRe: Copying text field Pin
Mairaaj Khan27-Dec-06 1:02
professionalMairaaj Khan27-Dec-06 1:02 
QuestionExport and import commands using C# Pin
KishoreT25-Dec-06 21:16
KishoreT25-Dec-06 21:16 
QuestionMerging of two datasets Pin
KishoreT25-Dec-06 21:15
KishoreT25-Dec-06 21:15 
Questionmdb file in vs2005 support UTF8 Pin
hamidaman25-Dec-06 11:41
hamidaman25-Dec-06 11:41 
QuestionAssiging a Dataset to GridView Pin
rahul_spi25-Dec-06 8:18
rahul_spi25-Dec-06 8:18 
AnswerRe: Assiging a Dataset to GridView Pin
PavanPareta25-Dec-06 17:22
PavanPareta25-Dec-06 17:22 
QuestionHow to connect the POstgreSQL 8.1.4 with Borland Developer Studio 2006 (Delphi.NET) Pin
Dotnetfish25-Dec-06 5:29
Dotnetfish25-Dec-06 5:29 
AnswerRe: How to connect the POstgreSQL 8.1.4 with Borland Developer Studio 2006 (Delphi.NET) Pin
Keith Malwitz25-Dec-06 17:40
Keith Malwitz25-Dec-06 17:40 
Questionhow to select multiple data from a single DataSet. Pin
PavanPareta25-Dec-06 1:34
PavanPareta25-Dec-06 1:34 
QuestionNOT NULL + DefaultValue column in DataGridView Pin
El'Cachubrey24-Dec-06 23:37
El'Cachubrey24-Dec-06 23:37 
AnswerRe: NOT NULL + DefaultValue column in DataGridView Pin
Uri Lavi26-Dec-06 8:48
Uri Lavi26-Dec-06 8:48 
GeneralRe: NOT NULL + DefaultValue column in DataGridView Pin
El'Cachubrey26-Dec-06 21:19
El'Cachubrey26-Dec-06 21:19 

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.