4,457 Topics

Member Avatar for
Member Avatar for shabosco

I just wrote a phonematic name search in C# using the Levenshtein Distance Algorithm. It is very tricky and was quite hard to figure out. This is the samething google uses, and many major search engines. it matches by rank to the text you type in, even if it is …

Member Avatar for Numen
0
182
Member Avatar for larytet

i am an open source developer check [url]http://www.goMyPlace.com[/url]

Member Avatar for happygeek
0
37
Member Avatar for GriffIT34

Ever seen a chicken continue to run around with its head cut off. Today in google news I saw an interesting article about bill gates stepping aside as head of microsoft in 2008. What made the article interesting was that they were pedicting the downfall of microsoft in the not …

Member Avatar for Duki
0
225
Member Avatar for Mushy-pea

Hello everyone. A few months ago I started experimenting with Live CD and installable distributions of Linux on my PC, having stuck with Windows before then. I learnt a bit about hard disk partitions and multi boot systems, as well as finding out how many open source OS's are available …

Member Avatar for hollystyles
0
301
Member Avatar for Viji

I am using MS Excel 2003, Win XP, MyODBC driver 3.51.12.This problem is associated with the use of MS Excel with Mysql Connector/ODBC3.51.12 . Connector/ODBC was installed and tested successfully.However,I tried to import data to Excel from the MySQL database that resulted in error message "[MySQL][ODBC 3.51 Driver]User cancelled. Procedure …

0
113
Member Avatar for enampwd
Member Avatar for enampwd
0
78
Member Avatar for Fenerbahce

hi, how can i find out that what number of record(row) my cursor focused on in database? thanks label1.text= active row`s number ????? example : [code] [COLOR=#0000ff]Dim[/COLOR][COLOR=#000000] baglanti [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#0000ff]New[/COLOR][COLOR=#000000] SqlClient.SqlConnection()[/COLOR] [COLOR=#0000ff]Dim[/COLOR] command [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlClient.SqlCommand() [COLOR=#0000ff]Dim[/COLOR] kisiler [COLOR=#0000ff]As[/COLOR] SqlClient.SqlDataReader baglanti.ConnectionString = [COLOR=#800000]"data source=instance2000;"[/COLOR] & [COLOR=#800000]"initial catalog=dbf;"[/COLOR] & [COLOR=#800000]"integrated security= SSPI" …

Member Avatar for Fenerbahce
0
107
Member Avatar for msaenz

Hi my name is maria and live in (the south side) chicago , illinois. I am a senior compu sci major, just working on my own independant projects for school. i am 21 years old love dancing latino music, and absolutely adore waterpolo! I play on a equal opportunity team …

Member Avatar for Dani
0
50
Member Avatar for ProImpulse

I have been searching for the past 3 days for a tool that will help manage projects, design team and allow clients to view work in progress and leave feedback. It has been a joke, after looking at several open source programs like phpcollab, phpprojekt, dotproject they either seem to …

Member Avatar for pty
0
77
Member Avatar for Richard7

Ok yesterday norton told me I had trojan.nebular or something and I couldn't install or use the recovery console cus when i would boot up with the windows disc and press R it would reboot my pc so I just deleted all winrk32's registry entries and it's .dll (and yes …

Member Avatar for DMR
0
236
Member Avatar for khwo

Hi All, i facing problem here, the following is my coding for move previouse recored. [COLOR=#008000]'Open connection [/COLOR]ConnCust = [COLOR=#0000ff]New[/COLOR] ADODB.Connection Cust_String = "Provider=Microsoft.JET.OLEDB.4.0;data source=\\AAA\ABC.mdb" ConnCust.Open(Cust_String) [COLOR=#008000]'Open recordset from Customer List [/COLOR]RstCust = [COLOR=#0000ff]New[/COLOR] ADODB.Recordset Last_SQL = "SELECT * FROM CustomerList WHERE CustomerID <= " & lblCustID.Text & " ORDER …

Member Avatar for williamrojas78
0
305
Member Avatar for squirrel

Hi, I have a program which is hard coded, I need to enter a value(n2 in the below code) in the program, and the program processes the file according to the value n2. how I compile now is as follows: cc -o test testprog.c ./test [filename] What I need to …

Member Avatar for squirrel
0
259
Member Avatar for infinity4ever

hi... i create a new table with this code Dim SQLCreate As New SqlCommand Dim Conn As New SqlConnection Dim DA As New SqlDataAdapter Dim DS As New Data.DataSet 'Create DB SQLCreate.CommandText = "CREATE TABLE test (ID integer NOT NULL)" SQLCreate.Connection = Conn Conn.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\RBD.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" …

Member Avatar for infinity4ever
0
297
Member Avatar for BombAppetit

hello i am trying to create a list box of some sort to display time and date when a certain table has been modified in microsoft access i included this line of code [inlinecode] Dim cat As New ADOX.Catalog cat.ActiveConnection = "Provider='Microsoft.Jet.OLEDB.4.0';" & _ "Data Source='C:\Osman\cobaan.mdb';" [/inlinecode] it gives me …

0
139
Member Avatar for TheNeglected

I have been having Anoying popups that just popup, they are named ULWindowSeek and ULWindowUrl, they both open at the same time.. I have done a "Clean" on my SmitfraudFix and it showed some files in the Temp. Decintery but they couldent be deleated. Heres my Hijack Log: Logfile of …

Member Avatar for TheNeglected
0
104
Member Avatar for ractufat99

Hi, Is there someone how use [B]osDate[/B]? It's a open-source dating system written using PHP/MySQL. I found it for free on [url]http://www.tufat.com/s_free_dating_system.htm[/url] Thanks

0
88
Member Avatar for iamthwee

Hullo everyone. I know there have been many polls regarding what graphics software everyone uses. In this thread I want to ask specifically what **3D** graphics software you are using and why? I shall start by saying I use the free open source software named blender. I use it cos …

Member Avatar for lunarstudio
0
2K
Member Avatar for thepope15

Yeah... I posted about 5 minutes ago, now I figured out a more specific source to the problem. When the CD-Drive is open, my computer runs fine. But immeadiately when it closes, the computer crashed and goes into an auto-reboot cycle until it's opened again. Any advice?

Member Avatar for Chaky
0
188
Member Avatar for DATABASE

this code is for a login page but i have a problem with it [COLOR=#ff0000][/COLOR] [CODE] <%@ Page Language="VB" Debug="True" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.oledb" %> <script runat="server"> Sub LoginBtn_Click(Sender As Object, E As EventArgs) dim con as oledbConnection= new oledbConnection dim comm as oledbcommand = new …

Member Avatar for DATABASE
0
181
Member Avatar for DATABASE

[COLOR=blue]i wrote this code in the display of a page[/COLOR] sub Display() dim strcon as string ="Provider=Microsoft.Jet.OLEDB.4.0;DataSource =Sales.mdb" dim strcommand as string ="Select * from sales" dim myconnect as oledbconnection = new oledbconnection dim myAdaptor as oledbDataAdapter = new oledbDataAdapter dim salesDS as DataSet = new DataSet myconnect.ConnectionString=strcon myAdaptor.SelectCommand=new oleDbComman(strcommand,myconnect) …

Member Avatar for DATABASE
0
110
Member Avatar for mikcob

You will find me lurking in Usenet News (google groups for some) in the groups alt.politics.economics and in sci.econ. I was for 30 years a very successful technoid. I created (or at least made major contributions to) a seismic monitor called "megasies" that was copied by most of the US …

Member Avatar for 'Stein
0
71
Member Avatar for jazzz

Hi, The below is a program which uses quick sort to sort numbers in 3 columns LayerCode, SubCode and BrandCode. It sorts first by LayerCode, then by SubCode and then by BrandCode. The program seems has no errors. but it is not working(i.e., not sorting the numbers). Can anyone have …

Member Avatar for jazzz
0
117
Member Avatar for jazzz

Hi, Iam new to programming. Can anyone explain the following program? [CODE]#include "stdafx.h" FILE *fp_dump; /*----- Layer -----*/ /* layer Record*/ typedef struct { USHORT usCode; /*LayerCode*/ USHORT usSubCode; /*SubCode*/ USHORT usBrandCode; /*BrandCode*/ USHORT usStartY; /*Latitude*/ USHORT usStartX; /*Longitude*/ UINT uiAR_DA; /*Offset*/ USHORT usCellSize; /*Cell Size*/ USHORT usDS; /*Relative offset*/ …

Member Avatar for WaltP
0
191
Member Avatar for iamthwee

This thread is basically keeping all those 3d artists like myself up-to-date with the progress made in open source code. [URL="http://sharp3d.sourceforge.net/mediawiki/index.php/Main_Page"]Get it here[/URL] Basically, its a [B]free[/B] tool for sculpting in 3d, similar, although not as powerful as zbrush. As long as you import your file with the .obj extension …

Member Avatar for >shadow<
0
87
Member Avatar for elysrand

HELP - Invalid object error related to sqlole null bug in MSSQL 2000? We had a contract programmer come in last year to write a set of scripts in VB6 that select records from a MSSQL 2000 Enterprise Edition datbase table for display on a web site. Everything was going …

0
74
Member Avatar for digital-ether

Does anyone know of a class that is available open source that is used for parsing Raw Emails. I've seen the code where you first explode the raw email into lines, then iterate through the lines until you come to an empty line that seperates the headers from the body …

0
101
Member Avatar for sathiya

Hi Everyone, First of all, thanx Mojio for providing me the right code information on connecting sql server database. As I'm a beginner in ASP.NET, using vb as language. I have created few text boxes on the form as an input to the application. I hav managed to insert the …

Member Avatar for sathiya
0
430
Member Avatar for Dani

** CAN A MYSQLD EXPERT PLEASE HELP ME OUT ON THIS ONE ** I am having a problem with my MySQLd on db2.daniweb.com going through periods of 1-2 minutes every couple of hours where it refuses connections from Apache on web.daniweb.com. The error being thrown back is: mysql_pconnect(): Can't connect …

Member Avatar for barnamos
0
194
Member Avatar for jewboy

Mine is Authorize.net. I've been using it for years. I find it to very flexible and open source, reliable, and easily navigatable. Although the price tag is a little high, I still choose it. Anyone else know of anything better and less expensive?

Member Avatar for authclub
0
187
Member Avatar for michael55

I am using Internet Explorer until yesterday as I have decided to install Mozilla Firefox as my default web browser. Below is a list of problems I have found when I look at the even viewer utility. Michael55 Application log Event Type: Warning Event Source: EventSystem Event Category: Firing Agent …

0
89
Member Avatar for stallion88

The first three people to complete this program will be entered into the annual contest for Top Coder! The grand prize is the chance to become one of TopCoders independent programmer. This is a special opportunity to get paid for programing projects that you create. Below is the program to …

Member Avatar for Rashakil Fol
0
552
Member Avatar for prats_20

hi i have to retrieve a webpage from database given i have the id which is passed to that page as q querystring. here is my code ave 2 pages the one where u clik on hyperlink <<A href="mailto:%@LANGUAGE="VBSCRIPT">%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dim objConn, objRS Set objConn=Server.CreateObject("ADODB.Connection") objConn.open="Provider=Microsoft.Jet.OLEDB.4.0; Data Source= D:\Datastores\greeting.mdb" …

Member Avatar for prats_20
0
103
Member Avatar for dave1323

Hello I am new to csharp and am having some trouble with a projec that I am working on. I have a database(access) and am using a window form for a login page. The login is supposed to check a couple conditions and then return an int from the database …

Member Avatar for alc6379
0
119
Member Avatar for setshiva

[B]The value of open standards and open-source software in government environments[/B] Among the most noteworthy topics surrounding the recent widespread adoption of open-source software (OSS) (1) are the convergence by governments worldwide to open standards (2) and the ways in which open source embraces this convergence. Many studies by governments …

0
72
Member Avatar for pistolsnipe16

I've been playing around with a program (similar to Dreamweaver, or at least people say it is) called Nvu which is open-source and free. I was just wondering if anyone who is more experienced then me (noob) could offer some tips or advice. It would be awesome if you could …

Member Avatar for womblejonny
0
113
Member Avatar for aripaka

Hi all, i know that i am asking a very basic question. But please help me without ignoring. I was just getting into programmer role from just a desktop user. Then for the first time i had a chance to try linux. I found it a bit interesting that source …

Member Avatar for TKSS
0
137
Member Avatar for mrwilsondg

Hi Guys! I am newbie to MS-SQL Server and I’ve run into a very very serious trouble. My company/organization that I am currently with is running MS-SQL Server 2000 Standard and our problem is: MEMORY Out of my stupidity I upgraded our server’s memory to 4 GIG and to our …

Member Avatar for mrwilsondg
0
108
Member Avatar for robase

Hi, I am having problems with my problem 4.This is what I have as my code. I have 7 compiler errors in it. I don't know how to put the ATM into my program. My project is due wed night and I am cramming to finish this. But I need …

Member Avatar for Ancient Dragon
0
150
Member Avatar for dors_zone

#include <iostream> using namespace std; // allow use of standard names like cin, cout, etc. int main (void) { //variables char answer1, answer2, answer3, answer4, stall; // capital letters selected by the test taker. int numberCorrect=0; // to determine the IQ cout<<" "<<endl; cout<<" ******************************************************************************"<<endl; cout<<" * *"<<endl; cout<<" * …

0
82
Member Avatar for JohnC

Hello, I'm pretty much a newbie with SQL. I have a database that is growing out of control and I'm unable to delete any records (data) from it. I've tried numerous open source applications but nothing has worked. The database is with a hosting and they provide ASP.NET Enterprise Manager. …

Member Avatar for campkev
0
91
Member Avatar for alfagirl25

hi guys..i have a problem here..i have added delete function in datagrid, along wif confirmation box. but after i click the delete button, it did not auto delete, i have to build n browse(in visual studio.net) then only the deleted item disappear. pls help: the code: Private Sub DataGrid1_DeleteCommand(ByVal source …

0
84
Member Avatar for student_help

Hi I am trying to delete a name from my database however my code seems to have a problem. It seems to cut out before i actually excutes the SQL statement. Is there something else i have missed in the code. PatientNumber is equal to the value to the text. …

Member Avatar for student_help
0
103
Member Avatar for csjenci

Hi All! I'm triing in MFC to insert a string into a database, which 200k is. In the case, when the string is small, it works, but it isn't working, when the string is 200k. Here is my source code: CDatabase db; rset_ekg *ekgrs; Cstring SQLQuery,cbuff; if(db.OpenEx(_T("DSN=dsn_name;UID=user_id; PWD=passw"), CDatabase::noOdbcDialog )!=0) …

Member Avatar for iamthwee
0
118
Member Avatar for shdjsm

Does anyone know of any open source code for a program similar to HyperTerminal? I found some info. on something called Hercules Setup Utility but is that the only one? Preferably, I'm looking for something in VB.NET but it doesn't have to be. Thanks for your help!

0
106
Member Avatar for student_help

Hi I am working with C# compact framwork. At the moment I am trying to add rows to a sqlce database accept i have an bug in my code which i am not able to fix. Would anyone be able to advise me where i am going wrong. The way …

Member Avatar for plazmo
0
88
Member Avatar for tom6299

im trying again, im not sure if there are many ppl that see these, but i am desperate, i had probs, with windows updating, i solved this by re-registering files for the background intelligent transfur service, then was able to d/l and install windows updates, but, something happened, i wish …

Member Avatar for tom6299
0
86
Member Avatar for heavyc

I have all this code for my project which is to copy a file to another file using windows coding in C ++ i have to repeat the the code 5 times using diffrent buffers everytime which the numbers are 1, 5, 10, 100, 1000 i know i have to …

Member Avatar for WolfPack
0
138
Member Avatar for TKSS

Hi all, I'm looking for a nice query tool to query MS SQL and/or Sybase databases. Currently, I'm using Excel to do some minor query stuffs...and I don't mind using it but it get's repetitive when you have to do it for 70 different databases. So I'm looking for something …

0
199
Member Avatar for Kul B

Data type mismatch in criteria expression. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: Data type mismatch in criteria expression. Source Error: Line 280: …

0
65
Member Avatar for joaodias

Hi, I've been trying to install OpenCms 6 (an open source CMS) on Sybase ASE, but with n o success so far. Can anyone tell me if what I'm attempting is possible (if someone has done it, or there is a patch/driver), and if not can you suggest an Open …

Member Avatar for Esopo
0
65

The End.