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 > PC based Database Applications > Other PC Databases > Need Help : On Vista OS MS ODBC dBase Driver Index creation problem.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-29-08, 22:10
vivekh vivekh is offline
Registered User
 
Join Date: May 2008
Posts: 9
Question Need Help : On Vista OS MS ODBC dBase Driver Index creation problem.

Hi All,

In VISTA OS. I am using the MS ODBC dBase Driver for using the dBase Database files.

When i try to create UNIQUE INDEX one one of dBase Table using the SQL Query through the exception.

SQL Query: CREATE UNIQUE INDEX [CURRENCY] ON CURRENCY (CURRNAME)

When i execuet this through the exception with State:37000 and Native error 3552.

This problem happens on only Vista OS . I am using VS 2003 with MFC CDatabase class.

NOTE: In the above statement if i rename table name CURRENCY to any name then works fine. My requiremement is i should not chnage table name CURRENCY.

I need your help badly waiting for your suggestion reply.

-Vivek
Reply With Quote
  #2 (permalink)  
Old 05-29-08, 22:11
vivekh vivekh is offline
Registered User
 
Join Date: May 2008
Posts: 9
Dear friends,

Waiting for your suggestion.
Reply With Quote
  #3 (permalink)  
Old 05-29-08, 22:16
vivekh vivekh is offline
Registered User
 
Join Date: May 2008
Posts: 9
Question Need Help : On Vista OS MS ODBC dBase Driver Index creation problem.

Hi All,

In VISTA OS. I am using the MS ODBC dBase Driver for using the dBase Database files.

When i try to create UNIQUE INDEX one one of dBase Table using the SQL Query through the exception.

SQL Query: CREATE UNIQUE INDEX [CURRENCY] ON CURRENCY (CURRNAME)

When i execuet this through the exception with State:37000 and Native error 3552.

This problem happens on only Vista OS . I am using VS 2003 with MFC CDatabase class.

NOTE: In the above statement if i rename table name CURRENCY to any name then works fine. My requiremement is i should not chnage table name CURRENCY.

I need your help badly waiting for your suggestion reply.

-Vivek
Reply With Quote
  #4 (permalink)  
Old 05-30-08, 02:49
vivekh vivekh is offline
Registered User
 
Join Date: May 2008
Posts: 9
Question Rrgent: Vista OS Create index on Table named CURRENCY problem

Hi All,

In VISTA OS. I am using the MS ODBC dBase Driver for using the dBase Database files.

When i try to create UNIQUE INDEX one one of dBase Table using the SQL Query through the exception.

SQL Query: CREATE UNIQUE INDEX [CURRENCY] ON CURRENCY (CURRNAME)

When i execuet this through the exception with State:37000 and Native error 3552.

This problem happens on only Vista OS . I am using VS 2003 with MFC CDatabase class.

NOTE: In the above statement if i rename table name CURRENCY to any name then works fine.
My requiremement is i should not chnage table name CURRENCY.

I need your help badly waiting for your suggestion reply.

-Vivek
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