Click here to Skip to main content
15,896,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb-dll problem Pin
nlarson117-May-07 7:30
nlarson117-May-07 7:30 
QuestionRe: vb-dll problem Pin
aamn110-May-07 19:13
aamn110-May-07 19:13 
Questionerror [modified] Pin
Xmen Real 3-May-07 5:09
professional Xmen Real 3-May-07 5:09 
QuestionCalling a DB2 COBOL Stored Procedure Pin
wpoopsi3-May-07 4:54
wpoopsi3-May-07 4:54 
Questiontoolbar image blur's automatically VS 2005 Pin
Rizwan Bashir3-May-07 4:45
Rizwan Bashir3-May-07 4:45 
QuestionChanging Crystal Report's connection at runtime Pin
BooleanTrue3-May-07 3:27
professionalBooleanTrue3-May-07 3:27 
AnswerRe: Changing Crystal Report's connection at runtime Pin
Tarakeshwar Reddy3-May-07 4:02
professionalTarakeshwar Reddy3-May-07 4:02 
Questiondsn in vb.net Pin
Sonia Gupta3-May-07 2:32
Sonia Gupta3-May-07 2:32 
while creating the dsn there is an error occuring.

Attempted to read or write memory . This is often an indication that other memory is corrupt.

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

CreateAccessDSN("Nilish", "d:\Database\dbase.mdb")
End Sub
Public Function CreateDSN(ByVal Driver As String, ByVal Attributes As _
String) As Boolean

CreateDSN = SQLConfigDataSource(0&, ODBC_ADD_SYS_DSN, _
Driver, Attributes)

End Function

Public Function CreateAccessDSN(ByVal DSNName As String, _
ByVal DatabaseFullPath As String) As Boolean

Dim sAttributes As String
If Dir(DatabaseFullPath) = "" Then Exit Function
sAttributes = "DSN=" & DSNName & " "
sAttributes += "DBQ=" & DatabaseFullPath & " "
CreateAccessDSN = CreateDSN("Microsoft Access Driver (*.mdb)", _
sAttributes)

End Function



AnswerRe: dsn in vb.net Pin
Dave Kreskowiak3-May-07 4:43
mveDave Kreskowiak3-May-07 4:43 
Questionimages in the crystal reports (vb.net 2005) Pin
Sonia Gupta3-May-07 1:24
Sonia Gupta3-May-07 1:24 
QuestionReading large file and Updating database Pin
virendra_0073-May-07 0:21
virendra_0073-May-07 0:21 
AnswerRe: Reading large file and Updating database Pin
Tarakeshwar Reddy3-May-07 3:32
professionalTarakeshwar Reddy3-May-07 3:32 
QuestionText_Changed is not working Pin
TheEagle3-May-07 0:19
TheEagle3-May-07 0:19 
AnswerRe: Text_Changed is not working Pin
_mubashir3-May-07 0:52
_mubashir3-May-07 0:52 
GeneralRe: Text_Changed is not working Pin
TheEagle3-May-07 6:31
TheEagle3-May-07 6:31 
AnswerRe: Text_Changed is not working Pin
Guffa3-May-07 1:48
Guffa3-May-07 1:48 
GeneralRe: Text_Changed is not working Pin
TheEagle3-May-07 7:00
TheEagle3-May-07 7:00 
Questioncombo in datagridview Pin
aphei2-May-07 22:14
aphei2-May-07 22:14 
AnswerRe: combo in datagridview Pin
Sonia Gupta2-May-07 22:57
Sonia Gupta2-May-07 22:57 
AnswerRe: combo in datagridview Pin
Rupesh Kumar Swami2-May-07 23:24
Rupesh Kumar Swami2-May-07 23:24 
AnswerRe: combo in datagridview Pin
RichFeldman3-May-07 8:10
RichFeldman3-May-07 8:10 
GeneralRe: combo in datagridview Pin
aphei3-May-07 15:41
aphei3-May-07 15:41 
Questionhow to link outlook through vb.net Pin
shalinikannan2-May-07 21:06
shalinikannan2-May-07 21:06 
AnswerRe: how to link outlook through vb.net Pin
Sonia Gupta2-May-07 21:10
Sonia Gupta2-May-07 21:10 
AnswerRe: how to link outlook through vb.net Pin
Rupesh Kumar Swami2-May-07 23:43
Rupesh Kumar Swami2-May-07 23: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.