Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8942929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:38:48+00:00 2026-06-15T11:38:48+00:00

Is there any way to address/refer to a SQL SERVER table, by its Unique

  • 0

Is there any way to address/refer to a SQL SERVER table, by its Unique Index rather its TableName ?

my Application is using multiple html tables, which are acutally within a form,

for CRUD opporations,(more R/U than Create or delete) of an Existing SQL Table.

now… that i need to mix two separated tables, in same update-form (that’s my first ‘mix’)

as i am using Jquery to pass parameters to C# code behind, so it will take care of the
update opporations, and will be able to differentiate the source of the update post/request

and i do know, i could address the table by its TableName,

i just wanted to make sure, as i was searching for some information on the web,

i’ve encountred results with the Terms sql server 2005… table index or id,

though all results seem to have something to do with, what i can call, some kind of “manipulation”, in oreder to create some indexing system /schema (i think it’s like hdds has a FAT table)

and I Emphasize “Create”,cause I was actualy looking for an existing /built in, numeric value for a “TableID”, just the same as a Table has rows and each row has its row IDENTITY – Column.

so at this point i am turning back to the real question at the top .

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T11:38:54+00:00Added an answer on June 15, 2026 at 11:38 am

    so that’s what i came up with aventually : a simple struct + a class to hold values for database

                public class DBMetaDetails
                {
                    public struct DbTable
                    {
                        public DbTable(string tableName, int tableId): this()
                        {
                            this.Name = tableName;
                            this.ID = tableId;
                        }
                        public string HtmlOutput;
                        public string Name { get; private set; }
                        public int ID { get; private  set; }
                    }
                }
    
    
    public sealed class tblsIDs
    {
        public const int firstTbl= 1, SecondTbl = 2;
    
    }
    

    another class should be for table names

    public sealed class tblsNames
    {
        public const string  firstTbl= "firstTbl", SecondTbl = "SecondTbl";
    
    }
    

    another that will hold tables columns names …etc

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to change my MAMP server address from localhost to anything
Is there any way for accessing the web page in iPhone application, without address
Is there any way to retrieve the address map file for ntdll.dll? I know
Is there any way to retrieve a user's email address after authenticating with Yesod's
My website is assigned a particular ip address. Now, is there any way to
Is there any way we can fetch X509 Public Cetrificates using c# from AD
Is there any way, on a windows domain, to get hostname or IP address
With Google Checkout, is there any way to pass in a default shipping address
Is there any way to find the address of a reference? Making it more
Is there any way to determine the IP address of the socket used to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.