6,934 Topics

Member Avatar for
Member Avatar for johnroach1985

Hi just started this new jsp course stuck in this so if you guys can please help would be very happy.The problem is this i am trying to make a jsp that asks for a username and a password and the thing is i am trying to put these datas …

0
94
Member Avatar for mikeandike22

i click a link in google trying to view the hl2 videos and i got trapped on one of those warez sites and a stream of them came so here is my hijackthis log hopefully they did no harm. Logfile of HijackThis v1.98.2 Scan saved at 9:44:30 PM, on 10/5/2004 …

Member Avatar for crunchie
0
128
Member Avatar for Chester1

CODE HERE A FOLOWS: namespace ODBC { #include <stdio.h> #include <stdlib.h> #include <tchar.h> #include <windows.h> #include <sql.h> #include <sqlext.h> #include <odbcinst.h> //-- #pragma comment(lib,"odbc32.lib") #pragma comment(lib,"odbcbcp.lib") #pragma comment(lib,"OdbcCP32.Lib") //-- #define IS_SQL_ERR !IS_SQL_OK #define IS_SQL_OK(res) (res==SQL_SUCCESS_WITH_INFO || res==SQL_SUCCESS) #define SAFE_STR(str) ((str==NULL) ? _T("") : str) //-- enum sqlDataTypes { sqlDataTypeUnknown = …

0
97
Member Avatar for Chester1

I am having problems making my code access the primary key, and to print information out to screen in a C++ program that I Am writing. Need some help PLEASE ! The Primary Key Name is ID1. HERE IS THE CODE #include <windows.h> #include <stdio.h> #include <conio.h> #include <iostream.h> #include …

Member Avatar for clartsonly
0
172
Member Avatar for moose

My Windows XP computer has some errors with delays in opening certain windows e.g. IE, Control Panel .. System, Task Manager. Norton Antivirus gives a clean scan so I suspect spyware. I have run Ad-aware Personal and Spy Sweeper and quarantined all identified potential nasties. Things have got a little …

Member Avatar for DMR
0
175
Member Avatar for g_goyal2000

I'm a student & studying DBMS. My PC is a single user PC with no network. I'm the only user that uses the PC. I have a duaI boot system comprising of Windows 98 SE on volume C:\ & Windows XP SP1 on volume D:\. I have set 1 GB …

0
87
Member Avatar for BubbleWrap

Hi there, I tried to remove Hotbar by removing it from the Control Panel and removed some folders from the registry (I followed instructions on a PCHell site), however when I start Outlook up there are still error messages referring to it. Below is my Hijackthis log. Thank you in …

Member Avatar for crunchie
0
97
Member Avatar for Chester1

NEED some one to help me Access a Primary Key in SQL for MS, with the primary Key Being ST with a AutoNumbering of 23, HOW can I :cry: ? SEE code from YESTERDAY Chester1 at 09-28-2004-05:02pm.Thanks for the help!

0
124
Member Avatar for Chester1

Need HELP! This Program that accesses a data base will not print out information from Data Base.I think the Problem is in the SELECT statement.The Primary Key is ID1, I want to Access Primary Key 2, Field Father but when I run it, it will only print out Quote: " …

Member Avatar for sergio
0
106
Member Avatar for Chester1
Member Avatar for mikeandike22
0
77
Member Avatar for tip

I am a second year IT student who is working on a project using PHP(frontend) and MySQL(backend). I am brand new to these softwares which are not being touch in class. I have 2 questions: 1. How do I populate fields (textboxes) in a html form from a selected item …

Member Avatar for tip
0
181
Member Avatar for newDBA

Hi ! I am getting this error 2 times a week . monitoring paged pool and handles etc.. only showed that services.exe and cqmghost taking anourmous amout of handles error starting when handles amount around 5 000 000 - 6 000 000 Windows 2000 sp4 , SQl 2000 sp3 Also …

Member Avatar for newDBA
0
126
Member Avatar for DevDevil

Hopefully I will be welcomed to this discussion. I'm a little intemidated by cscgirl... not really. I'm relatively new to .NET, but I've been developing for about 5 years. I don't have any major projects under my belt that haven't been destroyed by new webmasters. I'm realizing that .NET is …

Member Avatar for Tekmaven
0
180
Member Avatar for Azmat

Hello, Please send me the equivalent code for the following i.e the Database connecting code is written for MS Acess I want to know for Oracle. Class.forName("jdbc:odbc:dsnName"); Connection con=DriverManager.getConnection("jdbc.odbc.JdbcOdbcDriver","",""); can we use the same code(The above given) to connect to SQL Server. With warm regards, Azmat

Member Avatar for tigerxx
0
111
Member Avatar for chrisn

I have succesfully set up a Connection and a System DSN and conected to an SQL Server database. I have succesfully created a statement returning RecordSet and executed it. The problem is that when I try and get the data from it, it appears to be empty and gives me …

Member Avatar for chrisn
0
206
Member Avatar for jime0726

hey guys, i dont know if this is the right forum for SQL errors but i need some help on the following error: Connection failed: SQL state: '28000' SQL Server Error:18452 [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. ok, …

Member Avatar for jime0726
0
456
Member Avatar for efagerstrom

I have already downloaded hijackthis and scanned my system. Since I have no idea what the results mean, and the software recommends I ask an expert, here is the log file. I appreciate any advice anyone may be able to give. Thanks. Logfile of HijackThis v1.97.7 Scan saved at 12:28:10 …

Member Avatar for crunchie
0
169
Member Avatar for wooby1119

so I have about:blank on my computer...have checked out posts on this website before (huge help)...followed instructions and downloaded the proper programs...about: went away for about a month...now it is back on the computer...finally decided to use HJT to see what was wrong...can anyone tell me what to get rid …

Member Avatar for Grinler
0
267
Member Avatar for bixgomez

Hello! I am wracking my brain, trying to figure out how to return & display a column's description. I work in Cold Fusion with SQL 2000 database. My table name is "clients" and the column in question is "client_firstname" The description of this column, as entered in Ent. Mgr, is …

0
89
Member Avatar for bdhonline

[FONT=Arial]arial[/FONT][SIZE=4]4[/SIZE] :rolleyes: I receive the following message: Error No.1064. " You have an error in your SQL Syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'and chrStatus'= 1' at line 1. Can somebody please help me ?

Member Avatar for DMR
0
189
Member Avatar for johnroach1985

the program works fine but it gives this java uses or overrides a deprecated API error after i compile the code is below it is a program that uses sql the data base is northwind.I hope you could help me its a project so any help would be welcomed. [CODE] …

Member Avatar for johnroach1985
0
26K
Member Avatar for vree

I only started last week with php mysql(be nice) I have a MySQL db where a user can enter contact info, usually stuff: FirstName LastName Address City State Zip I return this info to a php page which shows all info in db. $result = mysql_query("SELECT * FROM contacts"); I …

Member Avatar for PoA
0
139
Member Avatar for Slade

Hey all, I have a table with a primary key in it. I use stored procedures to insert new records. What I want to know is how do I make it so a column (foreign key) in another table adds the same number as the primary key in the original …

0
99
Member Avatar for Slade

Ok guys, check this out [code] select app_given, app_surname, contract.contractID from contract, progression where pay_nop like 'PAY' and contract.status like 'Active' and app_type like 'Apprenticeship' and Contract.ContractID = progression.contractid group by contract.contractid, app_given, app_surname [/code] Ok, this works FINE. But, when I try to add Not..: [code]Not Contract.ContractID = progression.contractid[/code] …

0
84
Member Avatar for tzadikem

I have the following page that I created in Dreamweaver 2004 MX, but don't know how to get some form inputs working. So, I have hardcoded them for now. You can see them below right afte the where clause. Can someone please help me create just a simple form that …

0
89
Member Avatar for benevolent001

Hi I wanted to make a shopping website, not exactly shopping but somewhat like that. I dont know how to use php or my sql so i wanted to know which CMS or portal system will help me out.I am just naming the few scripts present in fantistico,can any one …

Member Avatar for Gary King
0
182
Member Avatar for Slade

Hey guys. I just want to know how would I write a stored procedure in SQL server 2000 to read, and another to update a Text data type field. I also need to know how I am able to execute this stored Procedure in asp .net using vb .net. My …

Member Avatar for Tekmaven
0
338
Member Avatar for axiss

Well basically for the assignment I have to write a project that reads data from a .mdb database file and stores this data into a 2D array, then lets the user manipulate the data in the array (stuff like adding, editing, sorting, deleting and searching data) by using GUI and …

Member Avatar for axiss
0
269
Member Avatar for jijo

Hi all, I have been working in software development field for the last 13 years, most of my projects were done FoxPro, Visual foxpro, SQL server database backend and some of the small projects in VB(not good VB programmer). all my applications are desktop, client server applications. now I wanted …

Member Avatar for jijo
0
198
Member Avatar for huwgomez

I need to add a paypal 'add to cart' button to my page to submit the contents of my table to a shopping cart. The contents of the table are variables as they are from a sql query. Does anyone know hoe I could get the paypal link(script below) to …

Member Avatar for Gary King
0
315
Member Avatar for Fourbadpads

I have been unable to get rid of bookmarker.gen I am not sure what to do and look to you true wizards for help. Below is my log from hijackthis, any help out there? Thanks in Advance :rolleyes: Logfile of HijackThis v1.98.2 Scan saved at 8:33:45 PM, on 8/19/2004 Platform: …

Member Avatar for DMR
0
244
Member Avatar for Slade

Hey, I'm developing an application that will ultimately be like a mail merge. What a user will do is select a persons name from a drop-down list and the fields will fill in according to the other info in the table of that persons record. They can from there print …

0
102
Member Avatar for teritori

hi everyone -In the code below, the line marked by *** is where i read my text field. -The value of the text field is stored into a variable "InputUserName ". -My question is: What do i put in the place of @@@@@ so as to have the same variable …

Member Avatar for cosi
0
106
Member Avatar for jime0726

hey guys, need some major help here, we have a 10 server farm, each running windows 2000 server. We have 1 pdc that went down and we still have a fully functional bdc. the pdc went down a couple weeks ago and just this week one of our member servers(only …

Member Avatar for jime0726
0
121
Member Avatar for samaru

This is from nyphp-talk: [nyphp-talk] Zend PHP Certification Daniel Kushner kushner at gmail.com Thu Jun 17 20:08:33 EDT 2004 Previous message: [nyphp-talk] PHP and Flash Next message: [nyphp-talk] DB Differences Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] -------------------------------------------------------------------------------- NYPHP List: This email …

Member Avatar for kenleycapps
0
275
Member Avatar for Raghunath

Dear Friends, Here I have tried to connect to Sybase Adaptive Server Anywhere 7.0 with the following code in C# as console application, I am getting the ERROR: System.NullReference Exception occured in system.data.dll , this code executed after running the asademo. Can you help me out where exactly I am …

Member Avatar for Tekmaven
0
215
Member Avatar for Matt12511

Hello all, I have been working out of an older ASP/Visual Basic/SQL Server Developers Guide. My code is exactly as written in the book but I still can't seem to get the asp to collect the information from the Stored Procedure. My asp page calls for the Procedure: [CODE] 'check …

Member Avatar for Drew
0
116
Member Avatar for lwilliam

Hi Everyone, I am very very new at this and I am hoping to get help on a few problems. I am working on a SQL database that will keep track of Medical Gas Orders for my job. I created the form and the data is actually going into my …

Member Avatar for lwilliam
0
120
Member Avatar for Lsaba@Kronos.co

Please excuse the interruption. I work for Kronos Incorporated, and we are looking to add a Sr. Software Engineer to our Advanced Development team in Chelmsford, Massachusetts. The position is for a full time employee - not contractor, and is located in Massachusetts. Only local candidates are being considered at …

0
191
Member Avatar for Rika

Hi all. ive just this minute joined the forum. Im looking to redesign a web ste for a friend. He's a landlord and has a bunch of houses (30 or so) that he rents out to students. He wants to be able to store and change all the nformation about …

Member Avatar for bentkey
0
180
Member Avatar for buddhabash

I already ran various adaware/malware/trojan removal products including Trend Micro online virus scan and I keep getting this Backdoor.Trojan notification from Nortan whenever I open a program. It is under the file C:\WINNT\System32\resnfhe.dll No matter what I do I cant get rid of it. When I log on Safe Mode …

Member Avatar for crunchie
0
154
Member Avatar for ArtChess

hello, I am trying to help Jennifer who uses Access. The MS office is XP/2002. When she keys in the information she needs it bring up all the data and not just the data she is asking for, so it's not filtering. When she views SQL an astericks * shows …

Member Avatar for ArtChess
0
115
Member Avatar for kevin29

I am extremely new to MySQL and web databse programming. I am runnning an Invision Board forum and have had numerous problems when installing mods (I know, install at my own risk, blah blah blah). My question is this: I am restoring the SQL database (I did make a backup; …

0
123
Member Avatar for animesh

i'm having a bit of trouble as to finding out what languages sholuld i go for in making my career as a software developer , how do you compare between .net ,c++, vc++, java ,v.b , sql,oracle etc. presently i'm an under graduate and have a little knowledge of c …

Member Avatar for freesoft_2000
0
141
Member Avatar for sara_baboo

what is the command to insert the values of variable into sql table from asp coding. if i have to write the sql statement then what is the command to execute the sql statement. saras

Member Avatar for RobUK
0
138
Member Avatar for marlongill

I am currently working on a system developed some 3 years ago by a developer who used to work for our company. It is an ASP/DHTML administration system for accident reporting. The main page of the site is written in HTML and consists of a set of forms providing the …

Member Avatar for RobUK
0
95
Member Avatar for mordiagne

[b]Hello, I am trying to access a link in website and I got the following error message. I cannot detect the problem. I don't know much about the script but I believe it should be able to do it once I get guidance.[/b] [b]Thanks[/b] [b]Warning[/b]: mysql_connect(): Access denied for user: …

Member Avatar for samaru
0
184
Member Avatar for qwerty

Hi all, I'm struggling with coolwebsearch issue... For diagnostic, I'm using Xsoftspy 3.41 that show me the following scanning result CoolWebSearch Registry Key iSearch Toolbar Registry Key Winpup32 Registry Key Winpup32 Registry Key CWS.Oslogo Registry Key CWS-mrhop Registry Value CWS-mrhop Registry Value I followed the 'jendej' history path (hjt .....cwshredder …

Member Avatar for crunchie
0
127
Member Avatar for samergamer

I am trying to use the command foreach to create a drop down menu. That I can usually do, the problem is I am also adding some linking. Here is some my code: <?sql $sql2 = "SELECT mn.map, mn.route FROM maps m JOIN map_name mn ON (m.map_name = mn.map) WHERE …

Member Avatar for Roberdin
0
133
Member Avatar for Slade

Hi all, I'm getting this error when I try to link to my SQL database :(. Login failed for user 'test' Reason: Not associated with a trusted SQL Server connection. any ideas what I'm doing wrong?

Member Avatar for Tekmaven
0
216

The End.