I am working on a VB App and have long table names and sometimes a lot of spaces in them. Here a couple of examples.
***************************
I/B Mercruiser GM145I/L4 110 63-66 Gas Carb 1537370 Thru 2044033
O/B Chrysler 102HD 10 76 Gas Carb All
***************************
I know the table names are long and have a lot of spaces, but it makes my app do exactly what I want. I use the Mid function in VB to pick out exactly the names I want to fill up ComboBoxes on a form. It has been working perfectly so far. I think I read that the Max TableName in SQL 7.0 is 128 characters.
Given the above information, would this be considered OK or a little close to the edge??? Rob
Just my $.02.
***************************
I/B Mercruiser GM145I/L4 110 63-66 Gas Carb 1537370 Thru 2044033
O/B Chrysler 102HD 10 76 Gas Carb All
***************************
I know the table names are long and have a lot of spaces, but it makes my app do exactly what I want. I use the Mid function in VB to pick out exactly the names I want to fill up ComboBoxes on a form. It has been working perfectly so far. I think I read that the Max TableName in SQL 7.0 is 128 characters.
Given the above information, would this be considered OK or a little close to the edge??? Rob
Just my $.02.