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
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

11 Posted Topics

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
114
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
506
Member Avatar for Forum123

Hi there DB Just to add to Anish 's list, there is also [url]http://www.webwizguide.info/asp/default.asp[/url]. This site has really helped me a lot, especially with connecting my asp pages to the database. I hope it will help you too. Best Regards Goitse

Member Avatar for Member #114696
0
111
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
559
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
89
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
126
Member Avatar for seibor

I dont really understand if you have a problem with starting Oracle or do you have problems with the syntax. If you encounter the problem with syntax, I can help you. All DBMSs have keywords when you either create a database or a table, therefore use the following syntax: If …

Member Avatar for alit2002
0
98
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
84
Member Avatar for ThUgLoRd

The solution that you were given does not seem to work if I use it, so I decided to use another method using a while loop and the instructions are as follows int i = 97; int j = 14; while(j > 0) { System.out.println(+ i); j--; i = i …

Member Avatar for bommavj
0
92
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
96
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
93

The End.