Click here to Skip to main content
15,899,025 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: IP Address of computers on a network Pin
SimulationofSai21-Aug-07 23:50
SimulationofSai21-Aug-07 23:50 
GeneralRe: IP Address of computers on a network Pin
plural22-Aug-07 0:41
plural22-Aug-07 0:41 
GeneralRe: IP Address of computers on a network Pin
SimulationofSai22-Aug-07 1:02
SimulationofSai22-Aug-07 1:02 
GeneralRe: IP Address of computers on a network Pin
plural22-Aug-07 1:36
plural22-Aug-07 1:36 
QuestionFormat() is a type and cannot be used as an expression Pin
vbDigger'z21-Aug-07 21:10
vbDigger'z21-Aug-07 21:10 
AnswerRe: Format() is a type and cannot be used as an expression Pin
Christian Graus21-Aug-07 21:49
protectorChristian Graus21-Aug-07 21:49 
QuestionWho can help me? Pin
Wlink21-Aug-07 20:33
Wlink21-Aug-07 20:33 
AnswerRe: Who can help me? Pin
Ahamed Azeem21-Aug-07 23:20
Ahamed Azeem21-Aug-07 23:20 
Hi,

I am using oracle to connect to the db and I have written the below code in vb.net. Any way u can try it and feedback me.

imports Microsoft.Office.Interop

Dim xl As New Excel.Application
xl.Workbooks.Add()
xl.ActiveSheet.Name = "Cash Report"
xl.Visible = True
j = 1
l = k = 0
For i = 1 To n - 1
j = 1
l = 0
For l = 0 To 4
xl.Cells(i, j) = ds.Tables(0).Rows(k)(l)
j = j + 1
Next
k = k + 1
Next



Ahamed Azeem
Software Programmer
Saudi Postal Technologies – Riyadh

GeneralRe: Who can help me? Pin
Wlink21-Aug-07 23:27
Wlink21-Aug-07 23:27 
GeneralRe: Who can help me? [modified] Pin
Ahamed Azeem22-Aug-07 0:03
Ahamed Azeem22-Aug-07 0:03 
GeneralRe: Who can help me? Pin
Wlink22-Aug-07 0:33
Wlink22-Aug-07 0:33 
GeneralRe: Who can help me? Pin
Ahamed Azeem22-Aug-07 0:38
Ahamed Azeem22-Aug-07 0:38 
GeneralRe: Who can help me? Pin
Wlink22-Aug-07 1:32
Wlink22-Aug-07 1:32 
GeneralRe: Who can help me? Pin
Ahamed Azeem22-Aug-07 2:19
Ahamed Azeem22-Aug-07 2:19 
GeneralRe: Who can help me? Pin
Vasudevan Deepak Kumar22-Aug-07 4:44
Vasudevan Deepak Kumar22-Aug-07 4:44 
AnswerRe: Who can help me? Pin
Vasudevan Deepak Kumar22-Aug-07 4:43
Vasudevan Deepak Kumar22-Aug-07 4:43 
QuestionBest Practices to work with databases using VB .NET Pin
RaveRare21-Aug-07 19:22
RaveRare21-Aug-07 19:22 
AnswerRe: Best Practices to work with databases using VB .NET Pin
Christian Graus21-Aug-07 20:02
protectorChristian Graus21-Aug-07 20:02 
GeneralRe: Best Practices to work with databases using VB .NET Pin
RaveRare21-Aug-07 20:21
RaveRare21-Aug-07 20:21 
GeneralRe: Best Practices to work with databases using VB .NET Pin
Mark Churchill21-Aug-07 20:54
Mark Churchill21-Aug-07 20:54 
GeneralRe: Best Practices to work with databases using VB .NET Pin
RaveRare21-Aug-07 21:33
RaveRare21-Aug-07 21:33 
GeneralRe: Best Practices to work with databases using VB .NET Pin
Christian Graus21-Aug-07 21:48
protectorChristian Graus21-Aug-07 21:48 
GeneralRe: Best Practices to work with databases using VB .NET Pin
MartyK200721-Aug-07 22:23
MartyK200721-Aug-07 22:23 
GeneralRe: Best Practices to work with databases using VB .NET Pin
Mark Churchill22-Aug-07 0:20
Mark Churchill22-Aug-07 0:20 
GeneralRe: Best Practices to work with databases using VB .NET Pin
MartyK200722-Aug-07 0:49
MartyK200722-Aug-07 0:49 

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.