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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10280883.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20527604.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20703809.html
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21299243.html
Is there anyway to
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:myConnectionString %>"
SelectCommand="SELECT * FROM table1 WHERE ([...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21804305.html
I have the following SqlDataSource:
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:SM_ConnectionString %>"
SelectCommand="usp_...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21938320.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21947412.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21958407.html
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...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21997696.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22000183.html