4,457 Topics

Member Avatar for
Member Avatar for adelphe

I am not sure why, but suddenly my computer is affected with BSOD. I tried in safe mode several times but still having BSOD, so i tried my luck and open my windows with debugging mode. uploaded minidump, please help! i uploaded with zip file since i have problem uploading …

Member Avatar for caperjack
-1
156
Member Avatar for Techwriter10

[ATTACH=right]11664[/ATTACH]I confess I'm not always kind to Microsoft. They stumble and bumble and often make bad decisions, and as such make a great target for a blogger like me, but looking back at the announcements they've made over the last couple of weeks, when you add it all up, they …

Member Avatar for yonnie
1
534
Member Avatar for benkyma

I know that this is well-covered ground, but for some reason I have been unable to get this database connection working. This is my first project using .net systems instead of PHP/MySQL so I'm not quite sure how things are working. I've spent the morning trying different connection strings and …

Member Avatar for benkyma
-1
106
Member Avatar for Arsham3

Is there good open source solution allowing to use shared memory between C/C++ and Java

Member Avatar for ~s.o.s~
0
116
Member Avatar for Baillie11

Hi all I am creating an app that utilises and MS Access back end and queries it quite a bit at various times. What I would like to do is bring in an entire table and then query the row(s) i want as I need them. This is what I …

Member Avatar for TomW
-1
138
Member Avatar for facadie

Hi how can i write a program to compare data entered and data stored? when we click ok. they will detect whether information store is the same. Just an example login. but mine is asp.net i'm just using normal window application. previously i use this is to store my password. …

Member Avatar for facadie
-1
129
Member Avatar for khess

What the heck is happening in Redmond? Is Microsoft really giving away antivirus software? Yes, friends, it appears that they [URL="http://www.microsoft.com/security_essentials/"]are[/URL]. Come on Microsoft, we really want to hate you. I've carried this Microsoft voodoo doll* around with me for years--stabbing it every time I have to pay money for …

Member Avatar for khess
0
687
Member Avatar for benkyma

I'm trying to connect to the twitter streaming api. At the moment I'm just trying to grab the incoming data stream, keep the connection open and write the data to the console. I can do this easily from a terminal using curl. The following code however runs, throws no errors, …

Member Avatar for VinayRok
0
930
Member Avatar for lil_Is

Hi all, I have a program that need to insert the data to the database. In the form, I have 5 textbox control which required the user to insert the data in the database. To create this, I am using the visual studios 2005 and sql server 2005 for the …

Member Avatar for babbu
0
147
Member Avatar for slfisher

In its ongoing effort to become the coolest city in the U.S., the mayor of Portland, Oregon, is going to attempt [URL="http://portlandoregon.gov/auditor/index.cfm?c=50265&a=264719"]tomorrow night[/URL] to make it an "open source city," making its data as open as possible while respecting privacy, and buying open source applications when possible. If passed by …

0
834
Member Avatar for H_C

I am a complete newbie to ColdFusion and Flex. There was a Flex and Coldfusion developer in our project who left so that work has come to me. My programming background is mainly in C,C++, UNIFACE, PL/SQL with some HTML, JavaScript. I have a couple of questions and would appreciate …

0
138
Member Avatar for megha.jain08

whenever i click an update button to update values in a single column of a gridview, all the columnss gets updated with the same values. eg. if a 1st column of a row with s.no. 1 is updated with values watch,50.,,,rest of the columns of the rows with s.no.2,3,4,5 etc. …

Member Avatar for sknake
0
95
Member Avatar for adi.shoukat

[CODE]while(size!=0) { printf("loop start"); printf("File Size in int: %d \n",size); byte_count = recv(sock,recv_data, 1024,0); recv_data[byte_count] = '\0'; printf("hhahaha %d \n",10); printf("char is:%c \n",recv_data[0]); //fputc(recv_data[0], fpW); size=size-1; printf("loop end"); } fclose(fpW); This is a piece of Client side code .. i am sending data from Server Side but when i receive …

Member Avatar for dkalita
0
268
Member Avatar for Tekkno

I am using AHAH to echo HTML lists to a div with PHP. The AHAH portion is working perfectly. The problem, is that even though the HTML is echoed and displayed, when I view the source of the page there is no HTML there. Typically with just PHP you would …

Member Avatar for Tekkno
0
91
Member Avatar for low1988

I have try to get used to the database -java connectivity with a simple address book application below : [CODE] import java.awt.*; import java.awt.event.*; import java.sql.*; import java.applet.*; import javax.swing.*; /////////////////////////////////////////////////////////////////////////////// //Creates the main window with top Menu toolbar. //This is also the class for the main declaration ////////////////////////////////////////////////////////////////////////////// public …

Member Avatar for masijade
0
90
Member Avatar for scru

Is there an open source (lgpl, bsd, mit) math parser/lexer library available out there? Has anybody ever written one by themselves (with support for variables, exponents, grouping) and have some tips/hints?

Member Avatar for scru
0
196
Member Avatar for MikeGore

Hi, I know the format is right, but what is my user ID and password. I get this error when I try to open the webpage on localhost: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is …

Member Avatar for MikeGore
0
102
Member Avatar for argio

Access violation (Segmentation fault) raised in your program. I received this error when I ran my program after compiling it. I can't find the error in my code. main.cpp [CODE=c]/* Main.cpp source file. Main module. Copyright 2009 (GNU CC Licence) Madcow Deity Productions */ #include <cstdlib> #include <iostream> #include "System.hpp" …

Member Avatar for StuXYZ
0
113
Member Avatar for gianrocks

hey everyone i need help with navigating images in a database, i was able to insert image to a database. btw, i am using sql server 2005 and visual studio 2008. i only converted a sample code of visual c to .net and i was able to do so, but …

Member Avatar for gianrocks
0
144
Member Avatar for adi.shoukat

Bellow is the piece of code that causes Segmentation Fault: (in Linux Segmentation Fault is usually due to illegal memory access) else if(intData==3) { FILE *fp; int ch; if((fp = fopen("file.txt","rb"))==NULL) { printf("Cannot open Source file.\n"); exit(1); } while((ch = (int)fgetc( fp )) != EOF) { printf("%s",(char*)ch); send(client, (char*)ch, 1,0); …

Member Avatar for Cosmin871
-1
90
Member Avatar for adi.shoukat

Bellow is the piece of code that causes Segmentation Fault: (in Linux Segmentation Fault is usually due to illegal memory access) else if(intData==3) { FILE *fp; int ch; if((fp = fopen("file.txt","rb"))==NULL) { printf("Cannot open Source file.\n"); exit(1); } while((ch = (int)fgetc( fp )) != EOF) { printf("%s",(char*)ch); send(client, (char*)ch, 1,0); …

Member Avatar for Ancient Dragon
-1
113
Member Avatar for adi.shoukat

I want to write a Code in C which can create copy any given file (txt, bmp, jpg, pdf etc) what i've written so far is: int main(){ FILE *fp; char ch; FILE *fpW; if((fpW = fopen("file2.bmp","w"))==NULL) { printf("Cannot open Destination file.\n"); exit(1); } if((fp = fopen("file.bmp","r"))==NULL) { printf("Cannot open …

Member Avatar for Dave Sinkula
0
212
Member Avatar for khess

All the glass clicking and cheers of late surrounding the apparent conversion of [URL="http://www.microsoft.com"]Microsoft[/URL] to the open source [URL="http://www.codeplex.com"]fold[/URL] needs to stop. We need the [URL="http://en.wikipedia.org/wiki/Cold_war"]Cold War[/URL]. We need [URL="http://en.wikipedia.org/wiki/Communism"]Communism[/URL]. And, yes, we need the OS Wars. Like any war, the OS Wars stimulate creativity, spark religious battles and divide …

Member Avatar for Alex_
0
741
Member Avatar for Surkum

Hi Everyone, I am trying to read a large table and populate another table. I need to read records in batches of 50 and send it to a table receiving it. I have the following code snippet and it works fine. But I also have another need to update the …

0
46
Member Avatar for twisizz

Hey, I've got a problem with Directx9, I hope someone can help me out. When I create a Win32 Console application, I don't get any problems, but when I create a Directx9 application with C++ and open the application on another computer I get this error: [quote="Error"]The application can not …

Member Avatar for twisizz
0
172
Member Avatar for Tank50

Hi In my Project I used to connect to sql server2000,which is not in local computer.I use visual studio 2005 to develop the windows application.Once I run the apllication it gave me error message ,below I mention the error meassage I got [COLOR="red"] A network-related or instance-specific error occurred while …

Member Avatar for Tank50
0
159
Member Avatar for Kshitij_fanatic

The Three lists need to show Three things Respectively Activity, Sub_Activity and Mentor For the Activity. Please any Help Will be Appreciated. [code] Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged Dim con As New SqlConnection("Data Source=GOD-C9522C081F1;Initial Catalog=Project;Integrated Security=True") con.Open() Dim str As String = "" …

Member Avatar for aashishn86
0
94
Member Avatar for tomtetlaw

When I try to compile the Quake 2 Source code from the if Software website, I get this error: ------ Build started: Project: quake2, Configuration: Debug Alpha Win32 ------ Compiling resources... Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 Copyright (C) Microsoft Corporation. All rights reserved. .\win32\q2.rc(10) : fatal error …

Member Avatar for tomtetlaw
0
103
Member Avatar for avgVBUser

I'm trying to understand the sql connection a little better. I have some code that returns data via a stored procedure on the sql server. Here is the code to execute the procedure and put the data in a data grid: [code]Dim tblSteps As DataTable = New DataTable Dim cnPMSQL …

Member Avatar for avgVBUser
0
120
Member Avatar for chanlichin

[QUOTE]My following code is only retrives number month(1,2,3,4....12) and not month name(January,February,.....December). Can anyone help me to retrieves month name in sql query. Before that i had try using function datepart, Monthname and date_format but i still din get my answer.Thanks[/QUOTE] [CODE]con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:\YS.mdb" con.Open() sql = …

Member Avatar for TomW
0
260
Member Avatar for Techwriter10

Microsoft announced a new organization this week called [URL="http://www.codeplex.org/index.aspx"]CodePlex[/URL], which according to its web site, is "a non-profit foundation formed with the mission of enabling the exchange of code and understanding among software companies and open source communities." Now, you don't normally see Microsoft and Open Source in the same …

Member Avatar for Techwriter10
0
982
Member Avatar for MattEvans

Two quick, related, questions; totally unrelated to anything I'm doing or considering doing. I'm talking about C/C++ programs specifically, since I'm talking about header files, but, I guess the questions are development-platform independant. It's a violation of the GPL to release closed-source software that dynamically links to a GPL licensed …

Member Avatar for sbay105
0
271
Member Avatar for ofir0803

Hi i created a small program that does connection to db and perform a select. that's works fine for me. now,i want to make it a web service, but how can i return the result of the select query from it? please help... this is my code... [CODE] using System; …

Member Avatar for Ramesh S
0
162
Member Avatar for verbob

I've been running Hamachi on a small business network for over a year. No problems whatsover... ...until about a month ago. All of sudden no-one could connect to to each other, so I got all of the clients to update to "trial" version and problem went away. As of this …

0
46
Member Avatar for ryan6563

To say that [URL="http://www.webguild.org/2009/09/sales-and-marketing-new-face-of-web-analytics.php?p=p2"]Web Analytics[/URL] is hot is an understatement. Web analytics has, of course, been around almost since the beginning of the move to e-commerce and companies launching their first static websites. And though many software companies flocked to the marketplace, they probably moved too quickly. Organizations were not …

0
39
Member Avatar for ofir0803

Hi I hope u can help me... i have a code that connect to mysql db and it works fine. [CODE] using System; using System.Collections.Generic; using System.Text; using MySql.Data.MySqlClient; using MySql.Data.Types; namespace MySqlExample { class Program { static void Main(string[] args) { string host = "localhost"; string database = "articles"; …

Member Avatar for sknake
0
188
Member Avatar for manutd4life

hi all i need is the comments for this piece of code here it is: [code=vb.net] Private Sub populate() con = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & _ System.Environment.CurrentDirectory.ToString() & "\DataBase.mdb") ' con.Open() dAdapt = New Data.OleDb.OleDbDataAdapter("select * from Watches", con) dSet = New DataSet dAdapt.Fill(dSet) dBind.DataSource = dSet dBind.DataMember = dSet.Tables(0).ToString() …

Member Avatar for sknake
0
110
Member Avatar for charliesindex

I decided to develop a java applet to transfer files to a ftp server. I have no java experience but using stuff from the web and using NetBeans IDE for development, I came resonably close. Here is the code I used. /* * To change this template, choose Tools | …

0
50
Member Avatar for sudharani

Hi, I want to pass cid genarated in selling.aspx to orderform.aspx . How to retrieve the query string in orderform.aspx I gave the code below in selling.aspx [code]SqlConnection con; SqlDataReader dr; con = new SqlConnection("Persist Security Info=False;Uid=sa;Password=q1w2e3/;Initial Catalog=YOGADATA;Data Source=PC-1"); con.Open(); t=0; SqlCommand com = new SqlCommand("select * from Custlogin", con); …

Member Avatar for IdanS
0
144
Member Avatar for feoperro

Hi, I was wondering if there's a framework that can help me with the following: I currently have regex checks on html input fields that work 100%, I would like to also have a check to the database for duplicate records so that if the user enters an ID that …

Member Avatar for peter_budo
0
121
Member Avatar for Friktion

Hey everybody im currently rewriting my game from an engine into opengl and pygame and im not sure how to use opengl with pygame here is what i have done so far =) [CODE=python] from sys import path,exit,argv ; path += ['.'] import wave, pymedia.audio.sound as sound from OpenGL.GL import …

Member Avatar for Friktion
0
207
Member Avatar for saj_amo

Protected Sub subdata(ByVal id As Integer) Dim myDataReader As System.Data.SqlClient.SqlDataReader Dim myConnection As New SqlConnection Dim myCommand As New SqlCommand Dim strSQL As String strSQL = "SELECT class_id,subject_id,subject_name FROM subject where subject_id =@class_id " myConnection = New SqlConnection(" Data Source=SAJJAD;Initial Catalog=ac;Integrated Security=True") myCommand.Parameters.AddWithValue("@class_id", id) myCommand = New SqlCommand(strSQL, myConnection) myConnection.Open() …

Member Avatar for sknake
0
139
Member Avatar for Alexia Noir

hi there. say i have a text file. in this text file is all the information i need for my output. the problem is, probably because i'm still very new at this, i don't know how to read this particular text file and output it onto the screen. suppose i …

Member Avatar for Alexia Noir
0
146
Member Avatar for DeepaKannan

Hi, I want to generate Jasper Report.I'm using the following jar as 1)classes12 2)commons-beanutils-1.5 3)commons-collections-2.1 4)commons-digester-1.7 5)commons-logging-1.0.2 6)jasperreports-1.2.1 I used JDK1.5 ..I successfully Generate the Report but while client side they faces the following exception as java.io.FileNotFoundException: F:\MBSWorkspace\JasperReport\Sample_1252478220359_232342.class (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown …

0
47
Member Avatar for mimsc

[url]http://www.palmer-realty.net/content/listdetail.html/89633726[/url] -If you click on the green "Virtual Tour" button in the middle of the page...it gives a error -This is working fine in Firefox there's s function if you view source : [code] function win_up(winurl, winname,w,h) { if (winname == null) winname = "calcs_win"; if (w == null) w …

Member Avatar for mimsc
0
85
Member Avatar for ggl0rd

from my this code for search record.. what code for update after i search the record? anyone can help me? [CODE]Private Sub btnCari_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCari.Click Dim ConString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Password="""";User ID=Admin;Data Source=""H:\PROJEK\New Sistem\SISTEM_DATABASE.mdb"";" ' string declare connection ke dbase Dim DBCon As …

Member Avatar for kvprajapati
0
85
Member Avatar for milhero

Hi, I have posted about receiving email before and this is a follow up of my progress. I have only one form and it consists of 2 buttons, one for downloading messages from the server, the other, to disconnect the connection. I also have one listview and one textbox to …

Member Avatar for milhero
0
280
Member Avatar for C.O.D

Hello all, i am trying to put table column to array using Visual Basic 2008 form. As i do not need to update back values to database i have used DataReader. [CODE] Private Sub Button1_click (,,,,,,,,,,) Handles Button1.Click Dim cn As String cn="Data Source='C:\Temp\DB\DBaze.sdf' " Dim qry As String = …

Member Avatar for C.O.D
0
120
Member Avatar for khess

Since its inception in 2004, [URL="http://www.ubuntu.com"]Ubuntu[/URL] has been the beneficiary in what seems like a bottomless money pit for South African entrepreneur, [URL="http://www.markshuttleworth.com"]Mark Shuttleworth[/URL] via his commercial support and development venture, [URL="http://www.canonical.com"]Canonical[/URL]. Since Canonical, Ltd. isn't an American publicly-owned company (and I don't know South African law), it's unlikely that …

Member Avatar for tarkus
0
313
Member Avatar for khess

Today I'm pondering if the current open source model is still valid or if it's outdated. Do we need licensing for open source software? Do we need the GPL, LGPL, APL and all the [URL="http://www.opensource.org/licenses/alphabetical"]other licenses[/URL] that plague...er, [I]grace[/I] us? If your software is free and open source, why bother …

Member Avatar for khess
0
434

The End.