Click here to Skip to main content
16,005,222 members
Home / Discussions / Database
   

Database

 
QuestionCreate Database in SQL Server 2000 from scratch in VB.NET? Pin
Iftikhar Ali8-Feb-06 7:48
Iftikhar Ali8-Feb-06 7:48 
AnswerRe: Create Database in SQL Server 2000 from scratch in VB.NET? Pin
Mike Ellison8-Feb-06 8:34
Mike Ellison8-Feb-06 8:34 
GeneralRe: Create Database in SQL Server 2000 from scratch in VB.NET? Pin
Iftikhar Ali9-Feb-06 4:52
Iftikhar Ali9-Feb-06 4:52 
GeneralRe: Create Database in SQL Server 2000 from scratch in VB.NET? Pin
Mike Ellison9-Feb-06 5:27
Mike Ellison9-Feb-06 5:27 
AnswerRe: Create Database in SQL Server 2000 from scratch in VB.NET? Pin
Iftikhar Ali9-Feb-06 19:28
Iftikhar Ali9-Feb-06 19:28 
QuestionCreating tables\database design Pin
TheJudeDude8-Feb-06 7:01
TheJudeDude8-Feb-06 7:01 
AnswerRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 8:42
Mike Ellison8-Feb-06 8:42 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 9:50
TheJudeDude8-Feb-06 9:50 
OK, think I got the idea and will restructure the database after I get over this roadblock.
I am gettng the following error when processing an insert command on the database:
The name 'intEmployeeID' is not permitted in this context. Only constants, expressions, or variables are allowed here. Column names ar not permitted
Fixed that part - Now I am trying to store just the time in the table in a column that is defined as a smalldatetime. What I am trying to insert is the DateTime.Now.(Something)..I looked up the definition for this and it has a lot of variables, but not one for just time...is there another struct, function, or collection I should be using?



Thanx in advance!


-- modified at 16:34 Wednesday 8th February, 2006
GeneralRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 10:56
Mike Ellison8-Feb-06 10:56 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 11:28
TheJudeDude8-Feb-06 11:28 
GeneralRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 12:52
Mike Ellison8-Feb-06 12:52 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 13:07
TheJudeDude8-Feb-06 13:07 
GeneralRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 13:18
Mike Ellison8-Feb-06 13:18 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 13:23
TheJudeDude8-Feb-06 13:23 
GeneralRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 13:45
Mike Ellison8-Feb-06 13:45 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 14:28
TheJudeDude8-Feb-06 14:28 
GeneralRe: Creating tables\database design Pin
Mike Ellison8-Feb-06 16:14
Mike Ellison8-Feb-06 16:14 
GeneralRe: Creating tables\database design Pin
TheJudeDude8-Feb-06 16:46
TheJudeDude8-Feb-06 16:46 
GeneralRe: Creating tables\database design Pin
Mike Ellison9-Feb-06 3:28
Mike Ellison9-Feb-06 3:28 
GeneralRe: Creating tables\database design Pin
TheJudeDude9-Feb-06 7:07
TheJudeDude9-Feb-06 7:07 
GeneralRe: Creating tables\database design Pin
Mike Ellison9-Feb-06 7:11
Mike Ellison9-Feb-06 7:11 
GeneralRe: Creating tables\database design Pin
TheJudeDude9-Feb-06 8:13
TheJudeDude9-Feb-06 8:13 
GeneralRe: Creating tables\database design Pin
TheJudeDude9-Feb-06 9:12
TheJudeDude9-Feb-06 9:12 
QuestionDifference between two tables!!! Pin
Small Rat8-Feb-06 6:22
Small Rat8-Feb-06 6:22 
AnswerRe: Difference between two tables!!! Pin
Chris Meech8-Feb-06 6:29
Chris Meech8-Feb-06 6:29 

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.