NorthWind Posted May 16, 2006 Share Posted May 16, 2006 HelloI'm coding a serial system for the firm I'm working for.We want to implement our own serial number to some items and we want to name the products like:CM-000001, CM-000002 and so on.I'd like to know how we can keep a number in 000001 format in the database?It's MS SQL Server. I tried to change the precision and etc after making the field as decimal but didnt work. Any help will be appriciated? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/9747-how-to-make-ex-1-look-like-000001/ Share on other sites More sharing options...
NorthWind Posted May 17, 2006 Author Share Posted May 17, 2006 solved this by coding php to do it for me! Quote Link to comment https://forums.phpfreaks.com/topic/9747-how-to-make-ex-1-look-like-000001/#findComment-36521 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.