4,457 Topics
![]() | |
Hello everyone, I want to write an own CVS client in Java. And I am looking for the following materials, - CVS protocol specification - Education materials about CVS protocol - A simple open source CVS client in Java Could anyone help? thanks in advance, George | |
Hi everybody! I am having a strange problem, Im working with a remote access database, i have one application to introduce info to de database and other for making a query. The firt one works perfect...but in the second one the application jumps to the error code when tries to … | |
i've been doing c# (breath of fresh air after 5 years with java) for a few months now, and most of that time was spent in vs.net beautiful IDE, but only one shortcoming - wont work in linux. i've went thru many hoops trying to trick it and got close. … | |
This is a long one so plz bear with me: I am 27 years old. I hold Bsc in biomedical engineering.I worked in the field of laboratory equipments for a while then I decided to learn something more creative rather than procedural and work with visuals rather than control boards/circuits … | |
Lately I purchased VC++ 6. It worked well for a while until it suddenly ceased to function at all just a few days ago. Here is what happens: Visual Studio opens and runs well enough. I can open a project, edit code, and so on. I can execute my program … | |
Hi there, I'm using asp.net (c#) framework version 1.1 and trying to connect to my Oracle database 10G (10.1.0.2.0) which installed on the same server as the IIS and I'm getting the following error: OleDbException (0x80004005): error while trying to retrieve text for error ora 01019 I can connect through … | |
Hi there, I'm using asp.net (c#) framework version 1.1 and trying to connect to my Oracle database 10G (10.1.0.2.0) which installed on the same server as the IIS and I'm getting the following error: OleDbException (0x80004005): error while trying to retrieve text for error ora 01019 I can connect through … | |
Here is my [b]Stored Procedure [/b] stored in SQl DB. [code] CREATE PROCEDURE qparmVerifyLogin @First_Name varchar(30), @Last_Name varchar(30), @SSN varchar(9) AS Select First_Name, Last_Name, SSN, ADDRESS1, CITY, STATE, POSTAL, DEPTID, EMPLID FROM PERSONAL_DATA_TBL WHERE First_Name = @First_Name AND Last_Name = @Last_Name AND SSN = @SSN; GO [/code] [b]Below is the … | |
python -------------------------------------------------------------- [url]www.python302.tk[/url] [email]python302@gmail.com[/email] -------------------------------------------------------------- ALL FOR YOU SPIDY -------------------------------------------------------------- Disclaimer: This paper is not to be copied, or used on any website without my permission, consequences will occur if it has been found on ANY website. Only time it is allowed to be used on a website is with … | |
![]() | Hi All, I'm stuck!! I've got a page with 3 dropdowns on it and a submit button to pass the data to a table in a database. The code is as follows: [CODE] Sub Page_Load(sender as Object, e as eventargs) dim objConn as new OleDbConnection ("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=C:\blah\blah\blah.mdb) objConn.Open() … |
Hello everyone, Does anyone know where could I find open source OMA Device Management client? thanks in advance, George | |
(Note: Please be patient with me as I still know next to nothing about Linux) I prefer KDE, but I also like Firefox. Firefox is what got me interested in open-source in the first place. The problem is that Firefox is a GNOME application, and is designed to run in … | |
I have 2 critical problems that I need help with :o 1) Okay. I use Firefox as my main browser. I gave up on Internet Explorer after it kept redirecting every other website I entered into others. That used to be the extent of the problem. But now, I get … | |
hi!!! actually i'm doing a project for e-survey. the problem is that when i create different types of control, an error message is displayed. but if i create only radio buttons, everything fine. can u plz see my problem. thanks ant ---------------------------------------- Imports System Imports System.Configuration Imports System.Data Imports System.Data.SqlClient … | |
Does anyone have an opinion on fusetalk? The address is.. [url]http://www.fusetalk.com/[/url] I was running phpbb2 at work (apache, php, mysql), IT found me out and slapped me on the wrist for using open source. They are moving my stuff to their server. It runs Cold Fusion. This software seems to … | |
I have two dropdownlists. I can choose say USA and then it goes into the DATA base but does not save it in the dropdownlist itself. I can not figure out why this is happening. > <code> > Edit mode the index of a dropdownlist does not start at the … | |
Hi all. I have this ADO connection to an acces 97 database and I need to filter some of the data. I can connect and I can read and write to this database, but the filtering option is giving me a hard time. I have tried but i don't know … | |
If you would like to help in makin a basic interperter in C or C++ please send me an emai @ [email]mmiscool@[nospam]gamil.com[/email] remove "[nospam]" when emailing This project has a source fordge page and will hopefuly grow once some good programers join. I my self am no perficent in C … | |
hi every one i have a problem with my program the problem is cant make a chek if the account is exist or not in the data base (for login the web site) the error message is: [SIZE=3][COLOR=Red]The ConnectionString property has not been initialized[/COLOR].[/SIZE] here is my code Imports System.Data.SqlClient … | |
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30506: Handles clause requires a WithEvents variable. Source Error: Line 70: Line 71: Private Sub cmdLogin_ServerClick(ByVal sender … | |
Hello World! (I couldn't resist that one...sorry :mrgreen: ) I am new to the boards and to programing in C/C++ over all. I hae tried for about 5 years to learn this code, but I was never really serious about it until the past week. Since this last week, I … | |
[url="http://www.opensolaris.org/os/"]http://www.opensolaris.org/os/[/url] | |
Anyone know any good ones that aren't too big and shouldn't be blocked by education queensland? :cheesy: | |
Hi every one I am working in an appliction that lets the speaker get access to the rtp stream coming from an Ip telephone. The idea is to have all the soun of the telephone in the PC. I get the voice but I also get a horrible noise al … | |
[size=2]By: Jeff Johnston [b][i]IO Scheduling Improvements [/b][/i]Thanks to a new IO scheduler in Linux Kernel 2.6 it is possible to achieve speed increases on standard desktop style workloads of up to 1000% according to Andrew Morton of Open Source Development Labs (OSDL). The speed increase is thanks to the wait-before-seek … | |
Hello everyone, I want to run tasks with priority, i.e. among several simultaneous running tasks, the task with the higher priority will have more chances to occupy CPU time. I have the following 2 issues dealing with the implementation of such feature. - To define each task as a thread … | |
Dear forum members, developers, We are two master students from the Erasmus University Rotterdam ([url]http://www.eur.nl[/url]) in the Netherlands, and we are doing research on the subject of Open Source developer motivation. To gather data for this research we are conducting an online survey. We hope that you are willing to … | |
Hi, I'm comming from country without paymen gateway. I would like to create one using vb.net. Could someone direct me to some resources concepts or similar open source projects? | |
sending form data to database creates a error! hi i have created a form which should connect to a database and update it when the user inputs into the form, however as soon as i hit the button on the form i get the error No value given for one … | |
Hello everyone, I am looking for open source gateway written in Java. It is better a light-weighted and easy-to-configure gateway, which could be used in J2EE/J2SE/J2ME applications. Thanks in advance, George | |
ok, i'm really new to php, and i was trying to edit some text, and after i changed it i musta screwed something up because now i get a parse error unexpected t_string line 23, here is the code... <?php // // +----------------------------------------------------------------------+ // |zen-cart Open Source E-commerce | // … | |
I am working on a login password. I want my front page to load and then the password form to appear. The user then types in userid and password - if correct the login form closes. I want the front page to remain visible behind the login form BUT - … | |
I just dont get it. Maybey I never will. All Browsers will have security issues. Period. Firefox. Ie. opera...all of them. Maybey people just got way into the hype that this browser or that one is so much more secure. No browser is bullet proof. I have surfed with ie … | |
It asks if i want to run or save this file. When i choose run it just shows the source code of the perl script. Also, i just downloaded apache and active perl and saved all their files and folders in their default destination places. When i type in [url]http://localhost/~mycomputername[/url] … | |
Hello everyone, I have heard that there are some offline technologies which can enable users to browse web site in offline mode. It can prefetch some information from the web site (for example, Yahoo map data for some specific cities) when network connection is available. And when in the future … | |
Hi guys, I'm a recruiter working on behalf of a young, progressive UK-based company developing a hosted secure email solution (potentially set to knock MessageLabs off their perch.....), based around Linux, Apache, MySQL and PHP. They're based in Kent and are looking for a relatively junior (2 yrs' experience) Software … | |
[CENTER][SIZE=5][B]Catching Up[/B][/SIZE][/CENTER] In The Previous Tutorials, we have covered a lot of information. We've gone over a few of the functions of the CGI.pm, and and figured out how to retrieve information from a web page form, submitted by the user. However, reading this information, and thanking them by name … | |
Got everything set except dont' know where to put the no scrollbar (scrollbars=0 or scrollbars=no) command. [code] <html> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Eric King (eric_andrew_king@hotmail.com) --> <!-- Web Site: [url]http://redrival.com/eak/[/url] --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! [url]http://javascript.internet.com[/url] --> … | |
i am working with VB6. i used ADODC recordset. in my Form there is some text box and command bottom. it is about Student Data for example. it can view and add new record. i want a view after adding new record.so how can i refresh DataBase record from Access … | |
I would like to make a website, and would be greatful of some trustworthy recommendations. I would like a recommendation on what web design software I should use. I'm thinking of getting Dreamweaver MX 2004 second hand, and could be swayed elsewhere, but for no more than £100. Are there … | |
ok its one of those things i can't get my head around it at all.. i dont know if it the code i have already thats causing the problem or the fact that i dont know how to do MOD properly.. :( its causing bad gray hair.. :( so if … | |
Hi folks, I suppose the products of Hyperion; [url]http://www.hyperion.com/products/bpm_suite/[/url] are proprietary software. But I could not discover the price of each product offered. Any comment? Are there similar software from Open Source? My interest on Hyperion's products started only after attending the Euro Tech Conference on Basel II, early this … | |
Hello, i have done a script that is supposed to read urls from the SOURCE. When a user types in vg.no in stdin or read a file that contains vg.no it gets the last 5/6 topics from the newspaper. the problem here is that from pipe 0 to write pipe … | |
[B]A Little Rant[/B] I love [URL=http://www.mozilla.org/products/thunderbird/]ThunderBird[/URL], I really do. I only have one problem with it. I have not yet found an e-mail client as good as thunderbird, and every e-mail client that I have entertained have all come short of one specific attribute that I really like. You can … | |
hi, any1 knows is there any website giving free open source SIP softphone with video in C++ format? Rgds, | |
Wasn't sure whether to put this in the beginners section or here, so sorry if this is in the wrong section. basicly i'm trying to create a simple login page (not too simple obviously). basicly i use the query shown bellow to gain the userID: SELECT UserID FROM tblUsers WHERE … | |
ok, so i have never posted before...but i'm by no means a newbie, just always had enough techies around me to get help first hand. I got about 9 years hard core computer use to draw from. Anyway. So about an hour ago i got hit with HOTOFFERS.INFO the malware. … | |
I am doing a visual traffic simulation project and i have the named problem in my main class.How do you solve it.the problem occurs in the following segment of the program:The roadDesigner,roadNetwork andsimPanel symbols cannot be resolve.(The problem starts at the bolded part of the program) [code] import java.awt.BorderLayout; import … | |
I am working on a project for work. MY form gathers simple data, and submits to an access database. all that is ok. My form results are to submit an email to a specific email address. The form absolutly will not email the info. Please be advised that this form … | |
Im wondering if anyone can suggest a solution to my problem. Im simply trying to connect to a database through VB 6 and add a new record and populate one of the fields. Any help would be great. The code below throws up error message 'Current Recordset does not support … |
The End.