Click here to Skip to main content
15,914,380 members
Home / Discussions / Database
   

Database

 
GeneralRe: Another SQL Server Q Pin
Martin Ziacek18-Jul-02 4:30
Martin Ziacek18-Jul-02 4:30 
GeneralRe: Another SQL Server Q Pin
Mazdak18-Jul-02 19:20
Mazdak18-Jul-02 19:20 
GeneralCREATE DATABASE Pin
Mazdak18-Jul-02 3:45
Mazdak18-Jul-02 3:45 
GeneralRe: CREATE DATABASE Pin
Martin Ziacek18-Jul-02 4:38
Martin Ziacek18-Jul-02 4:38 
GeneralRe: CREATE DATABASE Pin
Mazdak18-Jul-02 19:17
Mazdak18-Jul-02 19:17 
GeneralRe: CREATE DATABASE Pin
Jeremy Falcon18-Jul-02 4:48
professionalJeremy Falcon18-Jul-02 4:48 
GeneralRe: CREATE DATABASE Pin
Mazdak18-Jul-02 19:18
Mazdak18-Jul-02 19:18 
GeneralFirst letter from a record in SQL Pin
Robby18-Jul-02 3:25
Robby18-Jul-02 3:25 
Hello,

I am trying to figure out a way to get different characters from different fields to auto-produce a string to display to a user on a web page. For instance, if you enter your name as John Doe and your SSN is 000-00-1234, then I want to be able to go to the firstName, lastName and SSN fields and get only the FIRST letter of the firstName & lastName and the LAST three of the SSN and put them together and add them to the userID field in the table (i.e. JD234). Right now, the SSN fields are split as ssn1, ssn2, ssn3, and are combined and entered into the SSN field as xxx-xx-xxxx.

I would also like the capabilities of creating an ID based on two different things. For instance, if they supply an employee number INSTEAD of an SSN (we are currently changing our ID naming scheme, but not enforcing it at this time), then I would like to take the FIRST letter of the firstName and the last (6) of the employeeID and create the userID from that...do I use an If...Then...Else to see which they entered and produce the ID? Keep in mind that I want to do ONE of the OTHER, but the new scheme (using the employeeID field) takes precedence. Anybody out there done this before?? Thanks for your help!
QuestionWhy does it have to be so complicated?? Pin
Anonymous17-Jul-02 13:02
Anonymous17-Jul-02 13:02 
GeneralGuide, idea about interacting with remote SQL Pin
tongc17-Jul-02 4:36
tongc17-Jul-02 4:36 
GeneralInstalling SQL Server Pin
Mazdak16-Jul-02 5:34
Mazdak16-Jul-02 5:34 
GeneralRe: Installing SQL Server Pin
Richard Deeming16-Jul-02 5:50
mveRichard Deeming16-Jul-02 5:50 
GeneralRe: Installing SQL Server Pin
Mazdak16-Jul-02 9:22
Mazdak16-Jul-02 9:22 
GeneralADO Losing Changes with GetChunk/AppendChunk Pin
Blade[DMS]15-Jul-02 1:31
Blade[DMS]15-Jul-02 1:31 
GeneralGood Database for News Articles Pin
mrhsean14-Jul-02 5:28
mrhsean14-Jul-02 5:28 
GeneralRe: Good Database for News Articles Pin
Paul Ingles20-Jul-02 16:19
Paul Ingles20-Jul-02 16:19 
GeneralUpdating a value in a Recordset using Find Pin
Mr. Bill12-Jul-02 11:38
Mr. Bill12-Jul-02 11:38 
GeneralRe: Updating a value in a Recordset using Find Pin
Carlos Antollini12-Jul-02 11:58
Carlos Antollini12-Jul-02 11:58 
GeneralRe: Updating a value in a Recordset using Find Pin
Mr. Bill12-Jul-02 12:01
Mr. Bill12-Jul-02 12:01 
GeneralRe: Updating a value in a Recordset using Find Pin
Mr. Bill12-Jul-02 12:06
Mr. Bill12-Jul-02 12:06 
GeneralRe: Updating a value in a Recordset using Find Pin
Carlos Antollini12-Jul-02 12:22
Carlos Antollini12-Jul-02 12:22 
GeneralRe: Updating a value in a Recordset using Find Pin
Mr. Bill12-Jul-02 12:23
Mr. Bill12-Jul-02 12:23 
GeneralObject Oriented DB Pin
Joshua Nussbaum9-Jul-02 18:39
Joshua Nussbaum9-Jul-02 18:39 
GeneralUpdating a database from a dataset Pin
Alexandru Savescu8-Jul-02 22:19
Alexandru Savescu8-Jul-02 22:19 
GeneralRe: Updating a database from a dataset Pin
Mazdak9-Jul-02 8:59
Mazdak9-Jul-02 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.