LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-Oct-2009, 04:59 AM
Junior Member
 
Join Date: May 2009
Posts: 17
freddiebunt 0 reputation points
Default vb2005 database with netware 3.12

Hi,

I make a program with Visual basic 2005, en use olso Microsoft SQL server.
In thise program i use a database, with 3 tables.
Stand alone it works perfect.

Now i place al files, one a Novell netware 3.12 server, and try to open the program.

I have one problem, when i do this.
The program cane not make a connection with the database, one the netware server, and i cat a error.

Is there a solution for this problem
This is the code i use for a connection

Code:


Private Sub GridOphalen() 

Dim mijnDataAdapter As SqlDataAdapter 
Dim mijnDataSet As DataSet 

Dim connectionString As String = My.Settings.HulpstoffenConnectionString() 
Dim SQLString As String = "Select * From Hulpstof" 
mijnDataAdapter = New SqlDataAdapter(SQLString, connectionString) 

mijnDataSet = New DataSet 

mijnDataAdapter.Fill(mijnDataSet) 
DataGridView1.DataSource = mijnDataSet.Tables(0) 
End Sub
Gr Fred
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 09:13 AM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2