6,934 Topics

Member Avatar for
Member Avatar for Poornima

hi guys, I'm a new member. By the way, I had an error that showed up on my jdbc program that connected to oracle. It showed 'java.sql.SqlException'. When I looked up on it in a book called Oracle8i Complete Reference, it told me that I could set my environment variables …

Member Avatar for Kate Albany
0
189
Member Avatar for Naters_uk

I am doing a movie booking system, my booking page consists of buttons, representing as seats. Each time this seat is clicked, the button number is listed into a listbox. For example, buttonA1, buttonA2 are clicked. The listbox display this two as A1 and A2. How can i save A1 …

Member Avatar for tgreer
0
401
Member Avatar for Naters_uk

Is it possible to save everything in a listbox into the SQL database table? I was given a suggestion: Allow MULTIPLE in select tag to make the user select all/any of them or write Java Script code to loop thru the length of select and append them to a hidden …

0
111
Member Avatar for phani8123

i have written a jdbc program and compiled it successfully on running it i got a error: Exception in thread "main" java.lang.NoClassDefFoundError: com/microsoft/util/Ut ilDummyPrintWriter at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:120) at DBCreate.main(DBCreate.java:7) the program code is as follows: import java.sql.*; import java.util.Properties; public class Rows { public static void main(String args[]) …

Member Avatar for jwenting
0
184
Member Avatar for superwoman

Hi I recently installed SQL SERVER 2000 Personal edition on my Windows XP Prof PC. I installed using the windows authentication mode. But when i try to connect the database from .NET in my ASP.NET application. I get an error saying "Server does not exist or not access denied" pLEASE …

Member Avatar for f1 fan
0
246
Member Avatar for Alexido

on 14.1 norton discovered hacktool.rootkit on my system. tried to fix using norton with no succes. On 16.1 Liveupdate couldnt install new virus definitions and scan couldnt find hacktool.rootkit anymore. I downloaded Intelligent updater but couldnt run because subscription expired. But subscription status shows remaining 332 days! Any help to …

Member Avatar for crunchie
0
237
Member Avatar for Walyer

hey, i'm trying to insert data into my database with PHP5 i've created this code, <? //open the connection $conn = mysql_connect("localhost", "user", "pass"); //pick the database to use mysql_select_db("musiclist", $conn) //create SQL statement $sql = "INSERT INTO musiclist (artist, title)"; $sql.= "VALUES ("; $sql.= "'John Denver', 'Thank God I'm …

Member Avatar for calcop
0
106
Member Avatar for rickqu

hi all I get this error no matter what i try, i know this is caused when no data is matched on my query, what i need to know is how to make it so i can give the user an option to register of not. this is the error: …

Member Avatar for rickqu
0
138
Member Avatar for Naters_uk

I am working on a seat selection page for an ASP.NET school project on movie booking system. I have created the seats using buttons (A1, A2, A3) etc. When the user click on the button, the button colour changes and the user finalized the payment. I have an issue here. …

Member Avatar for f1 fan
0
173
Member Avatar for mattjpoole

Hi, I've had a website built for me using asp and mssql. Im getting errors relating to the date format in queries being submitted. The asp is trying to insert dates in format dd/mm/yyyy, but after testing my mssql server is expecting the dates in format yyyy/mm/dd. Is there a …

Member Avatar for mattjpoole
0
129
Member Avatar for snowweb

I'm creating my first web application in PHP/MySQL, however, when I go to view the database contents, the data has been stored in the wrong columns. I've gone through my insertion code with a fine toothcomb and can see no errors which might cause this. I will post the code …

Member Avatar for snowweb
0
85
Member Avatar for basena

Hi, I have registered the Linked server ADSI and I have written a query and i am able to run that query and get the details from query analyzer.But the problem now is if i try to call the same query or written that query in Stored procedure, from ASP …

Member Avatar for campkev
0
75
Member Avatar for andreabez

OK, I know Oracle, SQL, VBScript, Javascript, html, ASP, MS Access and it's VBA very well, I have a website that can handle mysql. NOW, I just bought myself this .NET thing. Anyone have any idea where I start from here? I don't even know what to ask yet, but …

Member Avatar for f1 fan
0
94
Member Avatar for Eclipse414

Guys, i have been struggling with this for past three days... here is what i have... aspx page [CODE]<form id="Form1" method="post" runat="server"> <asp:repeater id="titleRepeater" runat="server" EnableViewState="False"> <ItemTemplate> <b><%# DataBinder.Eval(Container.DataItem,"Item_No") %> <br> </b> <asp:DataGrid ID="maingrid" Runat="server" AutoGenerateColumns=True DataSource='<%# GetDataSource( Container.DataItem )%>' OnItemDataBound="maingrid_showformatting" ShowFooter=True > </asp:DataGrid> <br> </ItemTemplate> </asp:repeater></form>[/CODE] codebehind [code] Private …

Member Avatar for Eclipse414
0
139
Member Avatar for jhoop2002

I worked on this site over the summer at an office, I'm now back on christmas break, and will work again this summer. With the help of many people online I got the following code to work. But now, it doesn't work. As far as I know, the code SHOULD …

Member Avatar for f1 fan
0
227
Member Avatar for shadow361218

I've been enlisted by a friend to remove Hacktool.Rootkit, but I can't seem to get rid of it. It seems to be acting differently than the other reports I've read. The computer was infected in a similar way (IM about pictures) but Norton isn't constantly popping up errors, it only …

Member Avatar for DMR
0
163
Member Avatar for krwoodard

Good Day, Can anyone on this forum elaborate on comparisons of performance and functionality between SQL Anywhere and Access? Regards, Keith :?:

Member Avatar for Edward Kinlen
0
84
Member Avatar for namit

Hey all What is with this query $query = mysql_query("UPDATE `namitposts` SET `title` = '$topic' , `date` = '$date' ', `postee` = '$postee', `post` = '$post_text' , `ip` = '$ip' WHERE `id` = '$del'") . mysql_error(); Its not passing the variables am getting this error message Notice: Query error You …

Member Avatar for Ooble
0
222
Member Avatar for tayspen

Well here it is. Norton found some stuff and i want to make sure i am all clean. [quote] Logfile of HijackThis v1.99.1 Scan saved at 12:39:09 PM, on 1/7/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe …

Member Avatar for DMR
0
230
Member Avatar for tristan17

Hi PHPers, Firstly, a [COLOR=Red]Very Happy New Year To ALL!![/COLOR] Hope everybody enjoyed this festive season :cheesy: Back to work, sigh... I am encountering this problem, below is a code which i have written, but the page only displayed the result of my code which is line 27. But when …

Member Avatar for RamiroS
0
120
Member Avatar for ssanthosh29

Hello every body, Iam santhosh .I need help.Iam using MS Sql server 2000.I have one database.In a column of one table i haved set that to identity property that property generating serial numbers for that table .But that table is not updating. Table 1 Sno SID Name 1 212 Klen …

Member Avatar for madmital
0
79
Member Avatar for Pimp Daddy

I only started posting on this forum again a few days ago after going a long time without posting anything. I've been a member since around the middle of 2004. I thought I'd better re-introduce myself as the first time I posted about myself was a long time ago in …

0
62
Member Avatar for Crack

Does anyone know where I can find guidelines for multiple server roles? I am not having much luck finding info on this. Which roles are ok to mix and which are not reccommneded? Can a domain controller also be an application server? Some reccomend not. Can a domain controller run …

Member Avatar for mteeters
0
155
Member Avatar for VTMas

Here's what I'm trying to do: I have a DSN for an Oracle ODBC Connection. My code needs to attempt to read from a file first the connection string, followed by the SQL commands to be executed. All of this I have down already, except for the Database name in …

Member Avatar for VTMas
0
166
Member Avatar for Kevin392

Hi - I was hoping someone could help me out. Computer is having all kinds of problems...Winfix pop-ups, among other things have basically rendered the computer useless at times. Any assistance would be greatly appreciated. Hijack This Log is posted below. Thanks. Logfile of HijackThis v1.99.1 Scan saved at 9:05:35 …

Member Avatar for crunchie
0
277
Member Avatar for pthorsel

I can connect to my SQL database(remote machine) using VBScript and ASP. I now am trying to connect to the same SQL database using VB.NET in the Microsoft Visual Studio .NET 2003 environment. I get the "SQL Server does not exist or access denied" error. I then took my code …

Member Avatar for NetDev
0
87
Member Avatar for deadcow

Hi, my problem is that I can't seem to connect to certain websites using both firefox and IE. You have already addressed this same issue with another person and after following all of the steps outlined in his solution I still can't seem to fix it. Using FF I get …

Member Avatar for DMR
0
103
Member Avatar for tristan17

Hi, I am tryiny to write a program which will allow me to upload a image and after which i had uploaded the image, I will be able to calculate the RGB values of the image which i have uploaded. The code works this way: //user to upload image file …

Member Avatar for digital-ether
0
139
Member Avatar for spiderman2006

Hello, I would appreciate it very much if someone can give me an idea of a dissertation using visual basic.net with any other application...maybe sql etc. If there is a company requiring a project to be done i would be very thankful if you could let me know. Iv only …

0
63
Member Avatar for rajuwani121

I have a project in Borland C in which i need to Connect with SQL server 2000 plz give me the code for that.

Member Avatar for SpS
0
299
Member Avatar for HockeyFan

Is there a SQL query to check to see if an index (by name) exists on a table? I have this for SQL Server and for Oracle, and need to be able to query to see if an index exists before I try to create it. In some cases, I …

0
123
Member Avatar for tristan17

Hi guys, I have written a simple code here that should be able to display the image "tulips" from my database? But it does not work, wondering what is wrong with the code? <?php // database connection $host = "localhost"; $user = "user"; $pass = "password"; $db = "imagedb"; $table= …

Member Avatar for pc2forum
0
184
Member Avatar for venetian_jigsaw

I am still a bit of a newb, but am getting the hang of webdev. My problem is in changing/updating a user's password. The good news is that I know I am hitting the mySQL table b/c I am able to see data appended. However, that's also my problem. When …

Member Avatar for RamiroS
0
167
Member Avatar for roshan.prakash

hi, i want to give facility to search in my website both search through a keyword and advance search. if any body can send me some code of search option. i m using VB.NET as tiel language and sql server 2000 as database. thanx in advance Prakash Roshan

0
78
Member Avatar for roshan.prakash

hi, i want in my website stor a XML file in sql server 2000 and also retrive that file and show it on my web page. and also i want to make a effective search on that xml file . i am using Vb.net in tier language with Asp.net. thanx …

0
157
Member Avatar for moridin

ive made a program that links into an access 2000db. ive written the code for the find button as [CODE]Private Sub cmdFind_Click() Dim x As String x = InputBox("Input the first few characters of the Company Name ", "Find on Name") Data1.Recordset.FindFirst "Name like '%" & x & "%'" cmdFind_ok: …

Member Avatar for Kegtapper
0
406
Member Avatar for tomac_1

Hi guys and gals, I have picked up a nasty virus and can't seem to get rid of it. It is appearing as a red circle with a white x in my system tray. I have run Ad-Aware, Spy-Bot, Pest Patrol and XoftSpy, all to no avail. Any help would …

Member Avatar for tomac_1
0
240
Member Avatar for lskoyles

I am new to SQL and am having a few simple problems that i cannot find solutions to on the web. Firstly I was wondering if there is any simple SQL command that will find the column names of a table. All sql tutorials seem to already know this. It …

Member Avatar for campkev
0
168
Member Avatar for cindynicole

Hi all, I need a fresh set of eyes :eek: . Can anyone see what is wrong w/the sql statement? Dim sql As String = "INSERT INTO order " & "VALUES ('" & itemId & "', '" & description & "', " & oNum & ")" Danka, Cindy

Member Avatar for cindynicole
0
170
Member Avatar for ampsoft1

Ampere Software ([url]www.amperesoftware.com)[/url], a young software product engineering company from India. Provides software product development, commercial software development and testing services to small/mid sized software product companies, startup software companies, software consulting companies of US, UK and Europe By virtue of our development cost and skilled professionals, our partner companies …

Member Avatar for mastermind_SEO
0
205
Member Avatar for venetian_jigsaw

I am developing my first e-commerce site and have run into a slight problem with the page counter. As you can tell in my code below, I set my number/Pg and start page level vars as follows: $numPerPage=3; $start=0; I know I am missing a limit in my SQL stmt, …

Member Avatar for techniner
0
144
Member Avatar for hardaway

Hello, I'm having trouble with cachecachekit. I have updated my virus definitions and tried to remove it with Trojan Remover, it didnt work. [B]Symantec Antivirus[/B] window keeps popping up and giving this message: Scan type: Auto-Protect Scan Event: Threat Found! Threat: Trojan.Cachecachekit File: C:\WINDOWS\system32\rdriv.sys Location: C:\WINDOWS\system32 Computer: RAIL User: SYSTEM …

Member Avatar for DMR
0
164
Member Avatar for Mareq

On my linux box, I have installed Debian GNU/Linux and Apache 2. I need to set up .htaccess with authentification data stored in Postgre SQL database. The problem is, that I can not find libapache2_mod_auth_pgsql. Only modules I found was libapache_mod_auth_pgsql (Postgres authentification Apache module for Apache version 1, not …

0
105
Member Avatar for bgharper

I seem to be having a problem getting this while() loop to work... [PHP]include("database_connect.php"); $query = "SELECT id, title, date FROM entries"; $result = mysql_query($query); while ( $result = mysql_fetch_assoc($result) ) { $id = $result["id"]; $title = $result["title"]; $date = $result["date"]; echo "<div class=\"recent_entries\">"; echo "<a href=\"archives.php?id=" . $id . …

Member Avatar for chrisbliss18
0
111
Member Avatar for j1979c

[COLOR=Navy][B]Just want to know the latest visual studio available right now. I'm currently using visual studio version 6.0. What I can see from MS website is version 2005 right now. Does that include the .NET thing? Cause I'm kinda curious what this .NET thing is all about..and recently there are …

Member Avatar for Ancient Dragon
0
126
Member Avatar for gymanual

PLs could somebody tell me how in MS SQL set the default value of a column as the sum of 2 columns column3=column1+column2 where column3 is bigint column1 and column2 are int column1 is primary key with identity incresed by 1 if posibble column2 is a column from another table …

Member Avatar for campkev
0
128
Member Avatar for djbsabkcb

Can anyone suggest a good beginner book for learning Oracle and SQL that they have used or know someone who has ? sabd

Member Avatar for jim mcnamara
0
99
Member Avatar for presmmbb

My IE is being Hijacked.... Whenever I open IE mu CPU uasge goes through the roof... and using TCPVIEW I found that it accessed the following IP address: 216.143.70.77 Below is my Hijackthis Log Anyone know whats going on with my system and how to fix it? Any ideas, help, …

Member Avatar for DMR
0
521
Member Avatar for presmmbb

Hi, I have 1.25 gig of ram and svchost.exe starts hogging my ram sometimes utilizing up to 98% of cpu. I dont have any viruses or worms, etc that I know of. I run Adware, SDspybot, Spyware Blaster, MS Antispyware, and Mcafee regularly... Below is my hijackthis log.... Please Help!!! …

Member Avatar for presmmbb
0
602
Member Avatar for dexter20

Hi, I'm having trouble logging into certain sites that require a password (hotmail, bank, etc) and the screen automatically goes to "page cannot be displayed". My Norton is outdated and I've recently tried to uninstall it...but it won't let me completely uninstall it. Any suggestions? I ran a HJT log: …

Member Avatar for DMR
0
126

The End.