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 > Sybase > Sybase Table name case sensitiveness

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-11, 06:18
irudayaraj irudayaraj is offline
Registered User
 
Join Date: Aug 2011
Posts: 2
Sybase Table name case sensitiveness

Hi,

I have created 2 tables "stud_details" and "Stud_Details"

In the stored procedure, i have used as "Stud_details"

Now which table willl be loaded once the procedure is run.

Can someone tell me about the case sensitiveness(of tables names, columns etc..) in sybase


Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 08-05-11, 07:28
pradyut.dhara pradyut.dhara is offline
Registered User
 
Join Date: May 2011
Posts: 28
Sybase Table name case sensitiveness

Hi,
Object names are case sensitive. Object id will be different for difefrent name.
You can query into sysobjects table for the object id.
use sp_depends <object name> to check the dependent object.
Here stored procedure will not be installed as table Stud_details does not exist in the database.
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