4,457 Topics
![]() | |
Hai, [B]Problem we are Facing Currently[/B]: Records getting inserted as only one during the process of updating the server. Previously, all the given records get inserted into the database table during the updation process. "updateprice" is the .mdb exists locally in the same folder where the calling file for updating … | |
I am currently working on a program in Visual Studio 2010 and am having issues with getting it to send files, actually I am having issues with just about everything. The program is designed to send specific files to an iPhone through USB. I know it is possible and I … | |
The Segway has been the geek-chic ride ever since its launch. Effortless mobility and the ability to experience the great outdoors (and large indoors for that matter) while retaining a sense of lethargy have no doubt added to its appeal. Every CES I have attended has afforded me the opportunity … | |
[ATTACH=RIGHT]16417[/ATTACH]Telecommuting is one thing but how about actually being there. Imagine you’re working from New York and you need to check up on a production plant in Seattle. Imagine being able to walk around the building in Seattle while sitting at your desk in New York, talking to people around … | |
Here's I wrote some code to validate user input without using if\else statements. I believe in scalability is the most important aspect in our problems solution. Let's say we are required to permit only numerics in some text boxes; we shouldn't develop something like that [iCODE]if(((e.KeyChar < '0' || e.KeyChar … | |
.NET4.0 / VS 2010 The treeView never populates past Jobs. I have a SQL table with the following: Node NodeName ParentNode 0 Jobs 0 1 Child1 0 2 Child2 1 3 Child3 1 4 Child4 3 5 Child5 4 6 Child6 4 private void FillTree() { con = new System.Data.SqlClient.SqlConnection(); … | |
I have a FileSystemWatcher, that moves excel data to a database when ever an excel sheet is made. But it keeps closing on the second iteration, and I can't understand why. Can someone please help. Here is the code. [CODE] private void StartWatcher() { // Create a new FileSystemWatcher and … | |
The software developed should extract the details of an audio CD ( like album name, artist, genre, year released) and then transfer them to a database. I am using an access database. so far i hv been able to get the attributes except the year. Also how do I prevent … | |
Hello everyone, My name is Roni M. Oliva I am from the island of Guam. I spent 12 years in the U.S. Army as a research and development tech where I saw the wonders of bring together several weapons system with my friends at White Sands Missile Range in the … | |
If you start an open source project, say on code.google.com to develop a game, how is revenue from that game distributed? Assuming you or the contributers have found a way to monetize it. | |
|__www/ | |__application/ | |__includes.php | |__public/ |__index.php the line in the index.php says require_once ('application/includes.php'); and that includes.php file will have similar require_once which has reference to files under the subfolders of application. i'm using ubuntu lamp stack. i got this open source project which was first developed in … | |
Hi all, I am trying to check a record in database before inerting a new record here is my code but problem is when i enter a names first alphabet it imediatly populate massage please help me i want to check it after entering whole name thanks in advance. [CODE]Private … | |
I created my custom login module for that in login page i write this code[CODE]protected void Button1_Click(object sender, EventArgs e) { string user = TextBox1.Text.Trim(), pass = TextBox2.Text.Trim(); SqlConnection con = new SqlConnection("Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\my.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"); SqlCommand cmd = new SqlCommand("Select * from Login", con); con.Open(); SqlDataReader dr = … | |
I've read lots of definitions of it, but I don't quite understand it. Let's say that I create new software that uses my own code and modified code from open source code that is licensed under the MIT License. When I sell my software, do I need to provide all … | |
Hello! I made a frontal face detection web service. Free to use, no limitations for the open source world and programmers all around. [URL="http://detection.myvhost.de"]free face detection api[/URL] Give it a try :) I hope programmers all around find it useful. (if this is not the right place to post this … | |
I'd like to gain some experience in software development/engineering by getting involved in a project which is just starting, so that I can be involved in the entire SDLC, not just the tail end of it. The problem with sourceforge.net is that almost all of the projects there are already … | |
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.OracleClient; public partial class _Default : System.Web.UI.Page { OracleConnection objConn; OracleCommand objCmd; String strSQL; protected void Page_Load(object sender, EventArgs e) { String strConnString; strConnString = "Data Source=pcrm195;User Id=wllnew;Password=wllnew;"; objConn = new … | |
i have consistently asked for help but none so far. Kindly assist me to get the data grid view items saved into a database.below is code for what av done so far Regards. [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace … | |
hello to all, by the way i'am new in visual basic. could any teach me how i should start my project. my project is that. its talk about accounting the proopsheet and the ledger. now this is the problem when a person created a proopsheet in excel, there is three … | |
[ATTACH=right]16367[/ATTACH]The Federal Bureau of Investigations and Wikipedia are going head to head. The great open-source compendium of human knowledge's crime? [URL="http://en.wikipedia.org/wiki/Federal_Bureau_of_Investigation"]Displaying the FBI seal[/URL]. The bureau sent a [URL="http://graphics8.nytimes.com/packages/pdf/us/20100803-wiki-LetterFromLarson.pdf"]letter to the Wikimedia Foundation[/URL] in July, asking that the seal be taken down from all Wikipedia pages within 14 days and … | |
In a new development to [URL="http://www.daniweb.com/news/story302325.html"]news earlier today[/URL] that Verizon and Google were nearing an agreement that might end net neutrality, both companies have now released statements to the contrary. In Google's case, the statement came as a [URL="http://twitter.com/googlepubpolicy/statuses/20393606477"]Tweet[/URL] around mid-day Thursday. "@NYTimes is wrong. We've not had any convos … | |
Rumors surfaced today saying Verizon and Google are reportedly close to making a deal that could end net neutrality. The [URL="http://news.yahoo.com/s/ap/20100805/ap_on_hi_te/us_tec_google_verizon"]Associated Press[/URL] reported that the two companies, which have been in talks for close to a year, may reach an agreement in the coming days. If such an agreement were … | |
his is a follow up to the question I asked earlier and with the help of some people here I was able to start up with the function I want to write,but I am yet to complete it. Here is my earlier question: I have a series of files with … | |
I am using VB.net 2008 express edition I have figured out how to use some of the code snippets for the open xml sdk to create a drop down list of all the sheets in an excel file. I can also use the code snippet to get the value of … | |
Hi everyone, I'm a budding developer. I want to modify the OS of typical china mobile ([url]http://www.chinavasion.com/product_info.php/pName/direktor-wifi-dual-sim-quadband-worldphone/[/url]) and try to make it good as close as possible to a symbian OS. Even many popular companies like Fly, Lava, Micromax and many others are also using the more or less similar … | |
Hi, I'm new here and I don't speak English very well, so sorry if I do some mistakes, if you want you'll correct me. ;) I have downloaded Watin which is a free open source that allow developers to work (send e receive messages) with Internet Explorer or Firefox. I … | |
Hi, as a member of daniweb I have a question regarding the proposal of more forums. Would it be possible to have a tutorials forum where people can post tutorials where admin can sort through to transfer/edit/delete into the appropriate positions. Also another idea which I have brought up before … | |
Please help me to develop this simple windows login form problem is i am unable to validate my user name and password... [CODE] namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { login(txt_username.Text, txt_password.Text); } public Boolean … | |
hey can u help me out with the below problem The problem i that when i click on country i should be able to select the corresponding states...i have done this in asp.net and it works fine but here when i try to select the country here nothing happens and … | |
Hey guys, I've created a java applet which calculates PPI. my problem occurs when I add it to a webpage on dreamweaver. I get the following error message: [QUOTE] load: class calculator.java not found. java.lang.ClassNotFoundException: calculator.java at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source) at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown … | |
[ATTACH=RIGHT]16335[/ATTACH]On August 1, [URL="http://www.tombom.co.uk/blog/?p=262"]Defcon attendee Chris Paget showcased the vulnerability of the AT&T network[/URL] by eavesdropping on cell phone calls in front of a live audience. Paget warned attendees ahead of time what he planned to do: [I]1. If you’re in an area where your cellphone calls might be intercepted, … | |
I created a stored procedure in SQL which will accept parameters from a vb.net textbox. I want it to output the count of records. stored proc: [CODE] USE [Traffic] GO /****** Object: StoredProcedure [CENTRAL\TIMOVKP].[spReturnValue] Script Date: 08/02/2010 08:57:13 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [CENTRAL\TIMOVKP].[spReturnValue] … | |
Hello, Im an intern at a company.I've been asked to test different open source PHP-based help desk softwares and submit a report on a free alternative to a commercial solution. The report should compare at leaste two popular such softwares(according to me). How do i test such a software and … | |
Hi there i am working on Medical Billing project in vb.net I made Login form and it was run with user name and password. but i also made radio button selection on top for doctor , staff and for admin. so my question is how i connect the useid,password chk … | |
[ATTACH=RIGHT]16277[/ATTACH]First came the smart phone. Next comes the smart camera phone. Thanks to [URL="http://graphics.stanford.edu/projects/camera-2.0/"]researchers at Stanford University[/URL], your smart phone's camera might eventually have a plethora of its own apps that are more advanced than even the iPhone's limited inventory of camera apps. "Camera manufacturers used to ignore phones because … | |
Hi folks, I'm prepared to learn SAS Statistical Analysis [url]http://www.sas.com/technologies/analytics/statistics/stat/index.html[/url] for analysis and reporting of pharmaceutical data. But SAS is NOT free. Are there similar statistical software from Open Source which can be download for use without licence fees. R-Project is great. But it seems NOT for pharmaceutical application. Please … | |
Hi, I am planning a script/system which will tie to a normal static html page which purpose is to sell space for class/seminar/workshop. Is there any open source system to use for this purpose? or Is there any custom made script for this type event listing? I can/should use any … | |
i want to run .aspx page in in my internet browser and he is showing this message file attached what is the problem[CODE]<%@ Page Language="VB" Debug="true" %> <%@ import Namespace="System.Data" %> <%@ import Namespace="System.Data.Sql" %> <%@ import Namespace="System.Data.SqlClient" %> <script runat="server"> Sub Button1_Click(sender As Object, e As EventArgs) Response.Redirect("index.aspx") End … | |
When i click "showcontents" it should display something like this in the label IF the file is non-text. The problem is it would not show some non-text files.. or it would only display a few characters like "MZ" Another is the copy button doesnt work. It should copy a file … | |
Hello All, I am trying to add data from a dataset to an access table(.mdb). I am getting this error when I try to insert the values in the table. This is the code [code]DataSet ds = new DataSet(); Console.Write("The NAME IS: " + FileName.Text.ToString()); ds.ReadXml("C:\\Dallas_Test\\Offense_7_1_2010\\" + FileName.Text.ToString()); ADOX.Catalog cat … | |
Hi I am very new to C#. Below is the program which i am trying. { string connstring = "Data Source = .\\SQLEXPRESS;Initial Catalog = SAMP; Integrated Security = True"; SqlConnection conn = new SqlConnection(connstring); SqlCommand comm = new SqlCommand(); comm.Connection = conn; SqlDataAdapter myadapter = new SqlDataAdapter(comm); DataSet myset … | |
I am learning VB and am working on a tutorial on databases. The recordset is a disconnected set. I am getting a concurrency exception. I might have 3 records. I delete all 3. Then I add a record, it adds it. Then I attempt to delete it and it fails. … | |
Hey, I've got a datagrid which depending on fields that the user fills in will display some data, code is : [code] Try queryList = LSet(queryList, Len(queryList) - 4) 'TODO: This line of code loads data into the 'VbDataBaseDataSet.marketingDB' table. You can move, or remove it, as needed. Me.MarketingDBTableAdapter.Fill(Me.VbDataBaseDataSet.marketingDB) Dim … | |
[COLOR="Green"]handles clouse require a withevent variable defined in containing type or one of its base type[/COLOR] [U]i got this error in the following code[/U] Imports System.Data Imports System.Data.SqlClient Imports System.Text Partial Class _Default Inherits System.Web.UI.Page Protected Sub submit2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles submit2.Click Dim i As … | |
I've been googling for a few days and have tried all kinds of connection strings, but none have worked so far. I have a webpage on one server (using ASP NOT ASP.NET) trying to connect to a SQL database on another server (SQL 2005 server). I tried connecting using .net … | |
I just downloaded and installed C sharp for 2010 The connection to the database via the DataAdapter and then to the DataSet does not work. I am trying to tie the db to the textboxs on the form and then navigate the db with buttons like next prev etc. [CODE] … | |
Hi, I´m new in forum. Im trying to change one project made in Oracle Forms/Rerports to CFML. I did somethings in CFML in 2003 and now I will return to it because I need time and dont want type lines of code. I have installed Railo and Eclipse and now … | |
Below is a snippet of the actual code that dreamweaver generates to authenticate "username" is unique prior to it being added to the database - The code works fine - My problem is that I want to also make sure that the email field is also unique (email is the … | |
Hello folks, I'm a little stuck and any help would be appreciated. Basically what I'm trying to do is have the user enter a pin or password, connect to a database and check whether that password is in there, if it is the program will switch to a new form. … | |
I am trying to do simple insert, update, delete, select statements within VB .NET to access a MS Access database. I have tried all kinds of solutions offered on the web and while the code seems to work, no rows are inserted. Also, I have tried, unsuccessfully, to use the … |
The End.