473,378 Members | 1,333 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

just a quick question about data adapter wizard

hey all,

when you use the sql data adapter wizard and look at the code behind, the
sql statement looks like the following:
select * from dbo.products

why is the dbo. prefix added? is there a way to change that. It's not
causing any major problem, just wanted to know more about it.

thanks,
rodchar
Nov 21 '05 #1
1 814
Hi,

"The dbo is a user that has implied permissions to perform all activities in
the database", per sql server help. The idea is to ensure that you can
connect, regardless of the permissions of a given user. Enterprise Manager
in sql server itself does this all the time. FOr example, if you try to run
a query on a table, this is what appears:
SELECT *
FROM [dbo].[a_rbal_k]

I wouldn't wish to change it, and I don't think you can, except by going
into the code behind itself and removing it, but I don't see what value this
would serve.

Bernie Yaeger

"rodchar" <ro*****@discussions.microsoft.com> wrote in message
news:94**********************************@microsof t.com...
hey all,

when you use the sql data adapter wizard and look at the code behind, the
sql statement looks like the following:
select * from dbo.products

why is the dbo. prefix added? is there a way to change that. It's not
causing any major problem, just wanted to know more about it.

thanks,
rodchar

Nov 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dermot O'Loughlin | last post by:
Can anyone help me with this? I get the following error when using the odbc adapter wizard in VS.Net 2003: --------------------------- Wizard Form --------------------------- An unexpected...
2
by: SirPoonga | last post by:
Lets say I have a couple of tables in a database containg car make, type, and model. I want to create a drop down box that is populated by the makes. Based on that selection run a query to get...
0
by: Randy Smith | last post by:
Hi ALL, I have a simple ASPX.Net page where I am trying to add an SQLDataAdapter, and want to use stored SQL procedures with parameters. When I look at the stored procedure in Server Explorer,...
0
by: Vince Campanile | last post by:
Ive got what must bea very basic question, but its got ne thouroughly stumped. Im writing a very simple application in Visual Basic.Ne 2003, thats using a data adapter hooked up to an Access...
5
by: Rick | last post by:
The data adapter wizard allows you to add more than one table, but that doesn't seem to work right when setting up a dataset. Some of the documentation I have read states that only one table...
2
by: Parveen | last post by:
I want the data adapter wizard to automatically generate update, insert, and delete statements from a given select statement if the select statement is a multiple table query. I know this works...
2
by: M Sameer Haider | last post by:
I am trying to use SQL statement in my Data Adapter Configuration wizard. Can anyone help me to write a query which will selest some field from different tables from a relational database and...
5
by: Alan Pretre | last post by:
In VS 2003 when I use the Configure Data Adapter option in VS 2003 I get the size parameter to the SqlParameter set to the correct size for a varchar, for example, .... new...
6
by: Arne Beruldsen | last post by:
I have a very simple Access data base. No new info is going to be added...the only changes are to existing fields. I have 2 tables both with one row each. I'm using vb.net. I can easily...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.