LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 18-Oct-2009, 12:02 PM
Gerd Steffens
NNTP User
 
Posts: n/a
Default Re: vb2005 database with netware 3.12

freddiebunt schrieb:
> 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

Hello Fred,
Are you sure, that your applications has the rights to read and write as
it wants into the certain directory existing on the server?
I would suggest, to control the rights via syscon etc.
hth,
gst
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 11:01 PM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2