Having trouble connecting to a database? ADO giving you problems? If you're confused about a database-related issue, here's the place to ask!
CREATE PROCEDURE D_Tigers @RestId binary(20) AS DECLARE @Table table ( id binary (20) ) DECLARE @Id binary(20) DECLARE @Result bit SET...
Hi, I have created some custom class objects. public class astroObjects { public int Id { get; set; } public String Name { get; set; }
I used the following code (adapted from a posting from SQL Guru). However, I am getting the error at the bottom: DELETE FROM tbl_events_temp...
I'm using MSSQL2008. I have a table that I need to search one field for matches from a user input search string. I have a script that pieces together...
Hello I am getting this error: I have searched extensively on the Internet for ideas as to what may cause the error, but it seems that it...
Hello, There are 3 tables I'm using (MS SQL): leadsTBL (zipCode) moneyTBL (finalAmount) zipsTBL (zipCode, stateAbbr, stateName) I'm trying...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules
Resources: -- ASP Articles -- ASP.NET Information -- 4Guys ASP F.A.Q. -- ASPFAQs.com -- ASP Coding Tips -- Related Web Technologies -- User Tips!! -- ASP-related ListServs -- HTML5 Development Center -- JavaScripts
Smart Sites -- Mobile Development Center -- MSDN SpotLight -- Web Dev Resource Center -- Cloud Showcase for Developers
Windows Technology Check out these Web sites for articles, tutorials, FAQs, discussions, and code on ASP and related technologies! -- CodeGuru.com -- VBForums.com -- ASPFAQs.com -- ASPMessageboard.com -- DevX.com -- Developer.com -- FreeVBCode