Click here to Skip to main content
15,900,461 members
Home / Discussions / Database
   

Database

 
AnswerRe: Problem for retriveing record using between for date datetype Pin
vivek-g20-Jun-06 23:07
vivek-g20-Jun-06 23:07 
Generalworks fine.but one doubt Pin
sishya20-Jun-06 23:25
sishya20-Jun-06 23:25 
GeneralRe: works fine.but one doubt Pin
vivek-g20-Jun-06 23:59
vivek-g20-Jun-06 23:59 
QuestionGUIDs in Oracle? Pin
Luis Alonso Ramos20-Jun-06 16:31
Luis Alonso Ramos20-Jun-06 16:31 
QuestionReading Data From Password Protected Acces Database Using VB Program Pin
vijukalan20-Jun-06 15:38
vijukalan20-Jun-06 15:38 
AnswerRe: Reading Data From Password Protected Acces Database Using VB Program Pin
Edbert P21-Jun-06 14:03
Edbert P21-Jun-06 14:03 
Questionithout image an messageIMages Pin
md_refay20-Jun-06 12:38
md_refay20-Jun-06 12:38 
AnswerRe: ithout image an messageIMages Pin
Colin Angus Mackay20-Jun-06 13:13
Colin Angus Mackay20-Jun-06 13:13 
ma_refay wrote:
* i have a column that store simages in my database
i make the image column type is (image)
so when i try to insert image into my data base message appear " u must use iconvertible"
what is that "iconvertible" and how to use it?!!!!!!!


I've never seen that error message - Are you passing the data as a byte array: byte[]

ma_refay wrote:
* i make image column allow null so if i try to insert row without image message apear meaning i can't use null i must use dbnull.
what is the dbnull and how allow image column to be allow null with errors?!!


DBNull is used to signify a null in the database. In certain situations a null can be ambiguous. For example: I use ExecuteScalar and the result is null. Is it null because there is no data being returned, or is it null because the data I requested is a null value in the database? To disambiguate, all nulls from the database are DBNull.Value




Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
GeneralRe: ithout image an messageIMages Pin
md_refay20-Jun-06 22:21
md_refay20-Jun-06 22:21 
GeneralRe: ithout image an messageIMages Pin
Colin Angus Mackay20-Jun-06 22:44
Colin Angus Mackay20-Jun-06 22:44 
GeneralRe: ithout image an messageIMages Pin
Colin Angus Mackay21-Jun-06 1:35
Colin Angus Mackay21-Jun-06 1:35 
QuestionProblem using EntLib DAAB for .NET 2.0 Pin
supD20-Jun-06 9:30
supD20-Jun-06 9:30 
AnswerRe: Problem using EntLib DAAB for .NET 2.0 Pin
Colin Angus Mackay20-Jun-06 10:48
Colin Angus Mackay20-Jun-06 10:48 
AnswerRe: Problem using EntLib DAAB for .NET 2.0 Pin
Not Active21-Jun-06 9:34
mentorNot Active21-Jun-06 9:34 
QuestionHow do I reattach a database file that was not detached? Pin
Jesse Evans20-Jun-06 8:55
Jesse Evans20-Jun-06 8:55 
AnswerRe: How do I reattach a database file that was not detached? Pin
Eric Dahlvang20-Jun-06 12:14
Eric Dahlvang20-Jun-06 12:14 
GeneralRe: How do I reattach a database file that was not detached? Pin
Jesse Evans20-Jun-06 12:26
Jesse Evans20-Jun-06 12:26 
QuestionDatagrid showing bogus data [modified] Pin
leckey20-Jun-06 7:41
leckey20-Jun-06 7:41 
AnswerRe: Datagrid showing bogus data Pin
Edbert P20-Jun-06 19:22
Edbert P20-Jun-06 19:22 
GeneralRe: Datagrid showing bogus data Pin
leckey21-Jun-06 3:12
leckey21-Jun-06 3:12 
GeneralRe: Datagrid showing bogus data Pin
Edbert P21-Jun-06 14:01
Edbert P21-Jun-06 14:01 
QuestionLooking for Book Recommendation ... Pin
David Patrick20-Jun-06 6:54
David Patrick20-Jun-06 6:54 
AnswerRe: Looking for Book Recommendation ... Pin
Eric Dahlvang22-Jun-06 9:19
Eric Dahlvang22-Jun-06 9:19 
QuestionExtract column name of a table Pin
bony_baba20-Jun-06 1:55
bony_baba20-Jun-06 1:55 
AnswerRe: Extract column name of a table Pin
Colin Angus Mackay20-Jun-06 2:10
Colin Angus Mackay20-Jun-06 2:10 

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.