Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~2K People Reached
About Me

Web Application Designer

Interests
Designing Web Sites and Databases
Favorite Tags
Member Avatar for Goitse

Hi Guys I am a beginner in ASP and Access and need some help. I have a database and an ASP page that I need to connect together. The only problem is that I get an error message saying- [B][U]Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] …

Member Avatar for zanzo
0
108
Member Avatar for Goitse

Hi everyone I have been studying ASP and I seem to be getting the hang of it. I recently just did an application that adds new equipments to the database. Now my problem is that I'm trying to include a button which will search the database and retrieve the required …

Member Avatar for SheSaidImaPregy
0
473
Member Avatar for Forum123

Hi all, I am very new to this forum. I am looking for a good ASP Tutorial (not ASP.NET since I have a site with .asp extension) that can teach me everything from A to Z. Does anybody know a link for a FREE ASP tutorial, please? Thanks in advance. …

Member Avatar for GreenDay2001
0
104
Member Avatar for Goitse

Hi Guys I'm new in ASP and Access and I 'm trying to create a login page. Please Help!! :confused: Thanks in Advance

Member Avatar for katarey
0
554
Member Avatar for Goitse

I am developing a system that has to connect the website to the database. I have started designing the site and I need to connect it to the database and have options of creating new members, updating new records and deleting some records. If anyone has some solutions to the …

Member Avatar for Goitse
0
84
Member Avatar for Goitse

Here is the Code that you required CampKev <% Dim Conn Dim sSQL Dim rsPeople Set Conn = CreateObject("ADODB.Connection") Set rsPeople = CreateObject("ADODB.Recordset") Conn.Open "addresses" sSQL = "select Person_Id, First_Name, Last_Name, Phone_Number from Persons " rsPeople.Open sSQL, Conn %> <html> <head> <title>Connecting TO The Database</title> </head> <body bgcolor = "#FFFFFF"> …

Member Avatar for campkev
0
118
Member Avatar for seibor

hey all pls suggest me how to start creating database and tables in oracle.

Member Avatar for alit2002
0
92
Member Avatar for Goitse

Hi everyone, I am currently doing IT and majoring in Java, C++, Database Systems(Mysql, Oracle, SQL Server and Networking). Someone has advised me to do System Engineering and I really do not know what it is. I would like to continue my studies doing this course, so if anyone has …

Member Avatar for NedFrankly
0
80
Member Avatar for ThUgLoRd

ok i just started loops in my java class and im stuck on getting this loop working i dunno what all math to do to get these numbers for the output [I][B]97, 84, 72, 61, 51, ... 1[/B][/I]

Member Avatar for bommavj
0
83
Member Avatar for Goitse

Suppose I have this two tables; Modules and Student Modules has the following fields [LIST]Module_Code(Primary Key) [/LIST]Module_Name Student has the following fields [LIST]Stud_Number(primary key) [/LIST]Stud_FullName My problem is that I want to include the Stud_Number on the Modules table to make it a primary key. Can anyone show me the …

Member Avatar for pty
0
91
Member Avatar for Goitse

I have an array below, the concept is to allow the user to enter a number and if the number is contained in the array, the program should display the number as well as the position of the number. But if the number is not present, the message program should …

Member Avatar for cms271828
0
83