Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for Ziggynet

Something like that might work: [CODE]UPDATE dembel SET userid = 8908 WHERE [Name] = 'o''reily'[/CODE] But before doing that you need to replace the name in ur db with double apostrophe using Replace: [CODE]Replace ("o'reily", " ' ", " '' ") [/CODE]

Member Avatar for Sherin Mathew
0
433
Member Avatar for Aussie_Here

[B][COLOR="Green"]Hello, I am writing a PhD thesis and require some help numbering my figures and tables. I use Word 2003 and would like Word to restart numbering of my figures and tables after each chapter (NOTafter each section). For example, captions of figures/tables in Chapter 1 should read Figure/Table 1.1, …

Member Avatar for jingda
0
496
Member Avatar for end3r
Member Avatar for sunnydays26
Member Avatar for Aussie_Here

Hi I've been trying to solve the following problem for a few days but everytime I get the error msg even when the entered value doesn't conflict with the statement. Plz I need an urgent help I have the following tables: [B]booking[/B] bookingId (PK) subjectId (FK) [B]Subject[/B] subjectId (PK) termId …

Member Avatar for Aussie_Here
0
111
Member Avatar for Aussie_Here
Member Avatar for sknake
0
112
Member Avatar for Aussie_Here

I want to create a procedure which takes one input parameter(@name) and list all the fully or partially matching results. I used [code=sql]Select * from Table1 Where Name LIKE @Name[/code] but it didnt work. Can you help plz?

Member Avatar for Aussie_Here
0
122
Member Avatar for Aussie_Here

How can I add a check constraint to make sure that a date is equal to Today or within the last year and another check constraint to ensure that dateA is equal to dateB or earlier by a maximum of 3 days ?

Member Avatar for Aussie_Here
0
133
Member Avatar for Aussie_Here

I've got the following tables : Em_table Em_No nchar(3) Primary key Em_type nchar(20) , (values it can be inserted into that column are 'P', 'T' and defaults to Work_table(w_type)) . . Work_table w_No ...... w_type nchar(20) values it can be inserted into that column are 'P', 'T' ) . . …

Member Avatar for sknake
0
80
Member Avatar for Aussie_Here

I want to create a procedure to update a table. It takes number of input parameters(one of them is the @pID) and updates four columns which have the pID=@pID and only one of these four columns can be updated if the value of another column='F' in addition to pID=@pID. How …

Member Avatar for sknake
0
126

The End.