Click here to Skip to main content
15,898,599 members
Home / Discussions / Database
   

Database

 
GeneralRe: mysql + mssql Pin
tradakad17-Apr-07 22:50
tradakad17-Apr-07 22:50 
Questiondelete duplicated records Pin
Sophia Rekhi16-Apr-07 22:48
Sophia Rekhi16-Apr-07 22:48 
AnswerRe: delete duplicated records Pin
gauthee16-Apr-07 22:59
gauthee16-Apr-07 22:59 
GeneralRe: delete duplicated records Pin
Sophia Rekhi16-Apr-07 23:31
Sophia Rekhi16-Apr-07 23:31 
GeneralRe: delete duplicated records Pin
gauthee16-Apr-07 23:38
gauthee16-Apr-07 23:38 
Generalclickety Pin
Jerry Hammond17-Apr-07 3:30
Jerry Hammond17-Apr-07 3:30 
QuestionFunction problem Pin
ytubis16-Apr-07 21:26
ytubis16-Apr-07 21:26 
QuestiondataGridView ReadOnly Pin
Ali el16-Apr-07 21:17
Ali el16-Apr-07 21:17 
i have a gridview and bind it to datasource. gridview has a bounded boolean column. i want if grid to be not editable expect those cells in the boolean column where value is false.
in other words:
all columns are readonly expect the boolean column not readonly.
if the value of the cell in boolean column
1- true: the cell is readonly
2- false: the cell is not readonly

i tried this code but i do not know why it does not work.

For Each x As DataGridViewRow In DataGridView1.Rows
If x.Cells("DeductionAdded").Value.ToString.ToLower = "true" Then
x.Cells("DeductionAdded").ReadOnly = True
End If
Next

QuestionWhile Running SQL 2005 Sync Package - i got this message - Sync Failed Pin
Jayaraman B16-Apr-07 20:52
Jayaraman B16-Apr-07 20:52 
Questionchange db from sql server 2000 to sqlserver 2005 Pin
Jes M George16-Apr-07 20:21
Jes M George16-Apr-07 20:21 
AnswerRe: change db from sql server 2000 to sqlserver 2005 Pin
Krish - KP16-Apr-07 20:46
Krish - KP16-Apr-07 20:46 
AnswerRe: change db from sql server 2000 to sqlserver 2005 Pin
Arun.Immanuel20-Apr-07 18:30
Arun.Immanuel20-Apr-07 18:30 
QuestionGet all Sundays between 2 dates in sql Pin
cst_cfit16-Apr-07 19:58
cst_cfit16-Apr-07 19:58 
AnswerRe: Get all Sundays between 2 dates in sql Pin
vivek-g16-Apr-07 20:28
vivek-g16-Apr-07 20:28 
GeneralRe: Get all Sundays between 2 dates in sql Pin
cst_cfit17-Apr-07 23:32
cst_cfit17-Apr-07 23:32 
AnswerRe: Get all Sundays between 2 dates in sql Pin
gauthee16-Apr-07 20:28
gauthee16-Apr-07 20:28 
AnswerRe: Get all Sundays between 2 dates in sql Pin
DQNOK17-Apr-07 4:16
professionalDQNOK17-Apr-07 4:16 
GeneralRe: Get all Sundays between 2 dates in sql Pin
cst_cfit17-Apr-07 23:32
cst_cfit17-Apr-07 23:32 
AnswerRe: Get all Sundays between 2 dates in sql [modified] Pin
DQNOK17-Apr-07 7:58
professionalDQNOK17-Apr-07 7:58 
GeneralRe: Get all Sundays between 2 dates in sql Pin
cst_cfit17-Apr-07 23:30
cst_cfit17-Apr-07 23:30 
Questionretrieving the highest IDENTITY number in a table:sqlserv05? Pin
giddy_guitarist16-Apr-07 10:21
giddy_guitarist16-Apr-07 10:21 
AnswerRe: retrieving the highest IDENTITY number in a table:sqlserv05? Pin
Mark J. Miller16-Apr-07 12:20
Mark J. Miller16-Apr-07 12:20 
GeneralRe: retrieving the highest IDENTITY number in a table:sqlserv05? Pin
giddy_guitarist17-Apr-07 9:48
giddy_guitarist17-Apr-07 9:48 
GeneralRe: retrieving the highest IDENTITY number in a table:sqlserv05? [modified] Pin
giddy_guitarist18-Apr-07 4:09
giddy_guitarist18-Apr-07 4:09 
QuestionVB.NET accessing SQL Server 2005 Pin
Marcus J. Smith16-Apr-07 9:43
professionalMarcus J. Smith16-Apr-07 9:43 

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.