There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
naming a db table string problem :S


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
chrismogz's Avatar
Junior Member with 1 posts.
 
Join Date: Dec 2005
10-Dec-2005, 01:05 PM #1
naming a db table string problem :S
Having a little problem naming my table which i create with the cobe below. want name it with the value of the string DbId, but tried using
'"+DbId+"' but that does not work. any idea's ? cheers for ur time



string DbId;
UserProfile objUserProfile2 = new UserProfile();
DbId = objUserProfile2.GetUsersDb();


DBConn.OleDbConns objConn = new DBConn.OleDbConns();
OleDbConnection objOleDbConn = objConn.OpenReadConn();

Last edited by chrismogz : 10-Dec-2005 01:34 PM.
cristobal03's Avatar
Distinguished Member with 2,991 posts.
 
Join Date: Aug 2005
Experience: Advanced
12-Dec-2005, 09:15 AM #2
The string concatenation operator is the ampersand (&). That should be

"'" & DbId & "'"

HTH

chris.
cristobal03's Avatar
Distinguished Member with 2,991 posts.
 
Join Date: Aug 2005
Experience: Advanced
12-Dec-2005, 09:16 AM #3
[bump]

Welcome to TSG by the way

chris.
cristobal03's Avatar
Distinguished Member with 2,991 posts.
 
Join Date: Aug 2005
Experience: Advanced
12-Dec-2005, 02:48 PM #4
[bump 2]

Actually, I assumed you're using VB/VBA. What language are you developing?

chris.
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:40 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.