If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > VB 6.0 and IDS 7.31 Connectivity

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-31-03, 05:00
i2c i2c is offline
Registered User
 
Join Date: Oct 2002
Location: Pakistan (Lahore)
Posts: 16
VB 6.0 and IDS 7.31 Connectivity

Hi All

I'm using VB 6.0 and want to comunicate with IDS 7.31. I've created form using Data Form wizard, I can only view the data while update/delete is not allow to me.

How can i update/delete teh data using ADO/ODBC?

wicky
Reply With Quote
  #2 (permalink)  
Old 10-31-03, 07:31
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: VB 6.0 and IDS 7.31 Connectivity

Quote:
Originally posted by i2c
Hi All

I'm using VB 6.0 and want to comunicate with IDS 7.31. I've created form using Data Form wizard, I can only view the data while update/delete is not allow to me.

How can i update/delete teh data using ADO/ODBC?

wicky
Hi,

Test for permission of user.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 11-01-03, 01:24
i2c i2c is offline
Registered User
 
Join Date: Oct 2002
Location: Pakistan (Lahore)
Posts: 16
There user have all the rights

I'm not sure but I read in one artical that to enable ADO we configure either in SDK or database


wicky
Reply With Quote
  #4 (permalink)  
Old 11-04-03, 07:21
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Quote:
Originally posted by i2c
There user have all the rights

I'm not sure but I read in one artical that to enable ADO we configure either in SDK or database


wicky
Hi Whicky,

Run "DBACCESS", then "select * from sysusers" and test the user permission: CONNECT, RESOURCE or DBA.
And run "SELECT * from systabauth where grantee = 'the user' ".

Gustavo.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On