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 > Data Access, Manipulation & Batch Languages > Delphi, C etc > Re: Problem with the table

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-05-03, 02:02
Khairol Khairol is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
Question Re: Problem with the table

Hello,

I have problem with a table which unable to populate new object id. Please refer to my attachments file.

Thanks
Khairol
Attached Files
File Type: doc access_tableproblem.doc (39.5 KB, 35 views)
Reply With Quote
  #2 (permalink)  
Old 12-05-03, 08:50
sivaroo sivaroo is offline
Registered User
 
Join Date: Nov 2003
Posts: 76
here is a solution you can try aslong as you have _ in your bbcable_ID field.



pos = InStr(1, bbcableid_result, "_")
st = Mid(bbcableid_result, pos + 1, Len(bbcableid_result))
NewBBCableID = "bbc_" & nextnr

Update the recode and everything else like you do except calculating newbbcableID.
HTH
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