Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: vb2005 database with netware 3.12

0 views
Skip to first unread message

Gerd Steffens

unread,
Oct 18, 2009, 1:02:22 PM10/18/09
to
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
0 new messages