Click here to Skip to main content
15,915,513 members
Home / Discussions / Database
   

Database

 
Questionhow to count how many proc resides in database Pin
Shuaib wasif khan11-Apr-07 23:30
Shuaib wasif khan11-Apr-07 23:30 
AnswerRe: how to count how many proc resides in database Pin
gauthee12-Apr-07 0:11
gauthee12-Apr-07 0:11 
GeneralRe: how to count how many proc resides in database Pin
Shuaib wasif khan12-Apr-07 0:32
Shuaib wasif khan12-Apr-07 0:32 
GeneralRe: how to count how many proc resides in database Pin
gauthee12-Apr-07 0:46
gauthee12-Apr-07 0:46 
GeneralRe: how to count how many proc resides in database Pin
Shuaib wasif khan12-Apr-07 0:51
Shuaib wasif khan12-Apr-07 0:51 
GeneralRe: how to count how many proc resides in database Pin
gauthee12-Apr-07 1:06
gauthee12-Apr-07 1:06 
AnswerRe: how to count how many proc resides in database Pin
Elina Blank12-Apr-07 4:05
sitebuilderElina Blank12-Apr-07 4:05 
QuestionUsing interopt object, get incorrect cell's formated Pin
kokain11-Apr-07 22:44
kokain11-Apr-07 22:44 
Hi all,

I'm using interopt object to handle data in an excel file, like that:

Excel.Application ExcelObj = new Excel.Application();<br />
<br />
Excel.Workbook theWorkbook = ExcelObj.Workbooks.Open(FilePath, 0, true, 5,<br />
"", "", true, Excel.XlPlatform.xlWindows, "\t", false, false, 0, true, null, null);<br />
<br />
Excel.Sheets sheets = theWorkbook.Worksheets;<br />
Excel.Worksheet worksheet = (Excel.Worksheet)sheets.get_Item(SheetIndex);<br />
<br />
Excel.Range range = worksheet.get_Range(BeginCol + BeginRow.ToString(), EndCol + BeginRow.ToString());<br />
System.Array myvalues = (System.Array)range.Cells.Value2;<br />


With cells formated as DateTime datatype, this method didn't get the correct format...Ex: 04/11/2007, it'll get as 39183.00...

How can I get the correct value? Please help me.

Thank you.
Questionsqlserver database role operations... Pin
Member 387988111-Apr-07 21:31
Member 387988111-Apr-07 21:31 
Questiondatetime problem Pin
nikhil123411-Apr-07 21:19
nikhil123411-Apr-07 21:19 
AnswerRe: datetime problem Pin
Krish - KP11-Apr-07 21:33
Krish - KP11-Apr-07 21:33 
AnswerRe: datetime problem Pin
WoutL11-Apr-07 23:20
WoutL11-Apr-07 23:20 
QuestionHow to synchronize local server with remote server using SQL SERVER 2005 Pin
zxc8911-Apr-07 19:33
zxc8911-Apr-07 19:33 
QuestionTo calculate no of sundays in a month Pin
ahmedalisha11-Apr-07 19:30
ahmedalisha11-Apr-07 19:30 
AnswerRe: To calculate no of sundays in a month Pin
Shuaib wasif khan11-Apr-07 23:41
Shuaib wasif khan11-Apr-07 23:41 
AnswerRe: To calculate no of sundays in a month Pin
Krish - KP13-Apr-07 2:02
Krish - KP13-Apr-07 2:02 
GeneralRe: To calculate no of sundays in a month Pin
ahmedalisha13-Apr-07 2:54
ahmedalisha13-Apr-07 2:54 
Questioncan connet to sql 2005 from VS 2005 express C#,C+ [modified] Pin
mhp13011-Apr-07 15:38
mhp13011-Apr-07 15:38 
AnswerRe: can connet to sql 2005 from VS 2005 express C#,C+ Pin
Jerry Hammond11-Apr-07 17:47
Jerry Hammond11-Apr-07 17:47 
Questionencryption in MySQL Pin
shabonaa11-Apr-07 9:38
shabonaa11-Apr-07 9:38 
AnswerRe: encryption in MySQL Pin
Dave Kreskowiak11-Apr-07 10:06
mveDave Kreskowiak11-Apr-07 10:06 
AnswerRe: encryption in MySQL Pin
neon198111-Apr-07 10:07
neon198111-Apr-07 10:07 
GeneralRe: encryption in MySQL Pin
shabonaa11-Apr-07 21:14
shabonaa11-Apr-07 21:14 
GeneralRe: encryption in MySQL Pin
neon198112-Apr-07 3:25
neon198112-Apr-07 3:25 
QuestionMultiple Databases Pin
freddie711-Apr-07 8:44
freddie711-Apr-07 8: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.