Viewing 15 posts - 4,681 through 4,695 (of 7,429 total)
And use oddball characters as this makes the hash encryption crack a less likely to succeed.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston...
October 11, 2002 at 7:21 am
When you ask
quote:
How should I acheive a on line accurate reporting mechanism using this table ?Any workaround ? apart from automated...
October 11, 2002 at 3:54 am
Actually have you considerd using a Stored Procedure instead. You can pass parameters to take advantage of the underlying indexes for each databases table. VIews do this already but occasionally...
October 11, 2002 at 3:43 am
That or if you want and I can find. I started on an SP/Function that did proper case that would take into account things such as O'Hare instead of O'hare...
October 10, 2002 at 7:12 pm
Now Steve, what's the deal here. I know I have seen you in dozens of these conversations and quite honestly, I script my maintainence myself. However, bad experiences were had...
October 10, 2002 at 7:07 pm
As long as you are sure that it is only first and lastname in the data the use CHARINDEX to find ' '. Once you know the position of the...
October 10, 2002 at 4:52 pm
Then you are correct there is no absolutly need to add the extra column for another identity value if you will only have the one row for T_ID in the...
October 10, 2002 at 4:33 pm
You will need to change instead to using the Oracle OLEDB provider instead. Microsoft quit making updates to the MS version and thus some datatypes are not supported by the...
October 10, 2002 at 4:31 pm
Ok I will assume 6 is you major, .6 is your minor, and .667 is you revision. Try this.
If minor has to be only 1 character in size and revision...
October 10, 2002 at 4:29 pm
Can you explain your database to me and what the data is for each type, how they relate what you are doing.
"Don't roll your eyes at me. I will tape...
October 10, 2002 at 4:21 pm
Well, without knowing of any other application like that you probably could build something that could do quite easy depending on how the VB code is put together. Also, if...
October 10, 2002 at 4:01 pm
First off Primary Key is defined as a column with unique values. If T_ID will have repeating values SQL will not allow you to use it, at least not by...
October 10, 2002 at 3:52 pm
Only thru where insert code is done or thru a trigger. However you could make a column for the data to be instered without the default and then add a...
October 10, 2002 at 1:12 pm
Read and completely agree with Chris, and I like the other article. The key is both have there strong point and there week points, it is just a matter of...
October 10, 2002 at 1:07 pm
Thanks, I will take a look when I get a chance and feedback.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
October 10, 2002 at 6:40 am
Viewing 15 posts - 4,681 through 4,695 (of 7,429 total)