Advertisement

1 - 10 of 207 containing alltags:("sqldatasource") (0 seconds)
Using the code below I can list the available ODBC data sources, and subsequently select one from the list. However, I am unsure how to send an SQL statement to the selected data source. Any Help w...
Zones: VB DBDate Answered: 02/07/2000 Grade: A Views: 0
This conversion to .Net may very well end up being the death of me. Does anyone know of a way to get a list of ODBC DSN's within the scarry worl of .net? I tried converting over SQLDataSource...
Zones: .NETDate Answered: 02/25/2003 Grade: A Views: 4
Hi all, So I want to get a list of ODBC DSNs on the client PC. In VB6/C/C++ I can use SQLAllocEnv and SQLDataSources from ODBC32.dll In a .NET C# program it should also work. I can DLLImport ...
Zones: C#Date Answered: 08/11/2003 Grade: A Views: 38
Hello, I am trying to make a page that will display an ASP GridView based on the current user.  I have created a SqlDataSource that contains a connection string to the database (Client).  I want...
Zones: Web DevelopmentDate Answered: 02/17/2005 Grade: A Views: 0
Is there anyway to <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:myConnectionString %>"             SelectCommand="SELECT * FROM table1 WHERE ([...
Zones: ASP.Net ProgrammingDate Answered: 04/18/2006 Grade: A Views: 4
I have the following SqlDataSource:         <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:SM_ConnectionString %>"             SelectCommand="usp_...
Zones: ASP.Net ProgrammingDate Answered: 08/01/2006 Grade: A Views: 48
How do I check a SqlDataSource for records from code behind?  I have a Grid that passes a variable to a formview that is bound to a sqldatasource.  In code behind I want to see if a record actually...
Zones: ASP.Net ProgrammingDate Answered: 08/09/2006 Grade: A Views: 0
I'm a newbie in asp.net. I want to know howto put a retrieved identity from the latest database insert into a variable that I can use later. My code is like this: Dim test As SqlDataSource = New...
Zones: ASP.Net ProgrammingDate Answered: 09/20/2006 Grade: B Views: 5
Here is what I know..and what I dont know..please fill in the blanks. I know how to make a sqldatasource control.  I know you can generate an insert statement from here or a select statement and...
Zones: Web DevelopmentDate Answered: 09/21/2006 Grade: B Views: 0
Hi, I am in the process of building a small application that uses MS Access as the back end. One of my pages is a "search" page which has a few server cotrols that allows the user to enter data ...
Zones: ASP.Net ProgrammingDate Answered: 11/03/2006 Grade: A Views: 0