5,053 Topics
![]() | |
Heya guys, Recently, my computer was infected by a trojan, and using a forum topic found on another forum, I seemed to have removed it, using the safemode+smitfraudfix+ewido spyware remover combo. However, I still receive some pop ups, some slowing in running and sometimes, explorer won't load when I click … | |
I desperately need to install Windows Live Writer. I previously Installed Writer in my xp system. But now, after formatting my XP, I can not Download the Windows Live Installer in my computer. The strange thing is that I can’t not even access any Microsoft.com pages. However, I downloaded Windows … | |
Hello everyone I currently have a form w/ two text boxes so that the user may enter the dates they wish to display in the report. The report consists of multiple clients per page and the date that they purchased an order. What I have under the button sub procedure … | |
I design A wed page in html. and An Access database. please show me how do I link them | |
my browser is taking me to the places where I do not want to go. Someone please help me check my hijack this log. Thanks Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:53:15 PM, on 3/5/2010 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot … | |
I'm working on my first game in C++ and SDL. The game compiles and runs perfectly on both my boxes (Arch Linux and Windows XP). When two of my friends were to test the game, one of them (running Windows Vista) said his machine BSoD'd every time he ran the … | |
Hello. I have EXACTLY the same problem as in [URL="http://www.daniweb.com/forums/thread134693.html#"]this thread[/URL], i.e. when I try to open some programs, instead of simply opening them I get an "Open With" box and then I have to scroll and find the program or browse for its exe file, and when I try … | |
Hi All, My knowledge of databases and Access is almost zero but none the less I have to try and solve a problem with a small home-grown Access database and hoping someone can help. I've done many searches and can't locate what I thought would be an easy answer. There … | |
For an electronics project, I have to access the TxD, RTS and CTS pins of a serial port individually. Well, any 3 pins could be used, but those 3 are preferred. All I've been able to find on the microsoft website are functions to access the serial port as a … | |
I have written the following code for VB6 The application uses MS Access and used Microsoft Jet 4.0 OLEDM Provider [CODE] Private Sub cmdSubmit_Click() On Error GoTo Handler Eval_Env.Insert txtEvalCode.Text, txtEvalName.Text, txtEvalPhone.Text, 0 ClearControls Label4.Caption = "Data Submitted Successfully" Label4.Visible = True Handler: MsgBox "An error occurred" Label4.Visible = False … | |
i have kind of the same problem. windows xp hangs randomly. the screen freezes but mouse pointer is still responsive. fan still runs but it seems like hard drive turns off. it is like when computer goes to standby mode but fan and screen are on. i booted windows in … | |
Hey all, Have a couple of problems that I hope someone can help me with. Got the infamous Redirect problem, where you search google, click on one of the results, and it goes somewhere else totally. I have to click back to google and click on the link again to … | |
Hi! This is my first post here. I have this problem, IE7 opens automatically showing ads and sites saying "You've won...". I also have other web browsers- mozilla, safari and google chrome. I tried to open IE7. It opens then closes right away. Then I can't open mozilla. Nothing happens … | |
I have set up VMware server 2.0.1 on my host computer running Windows 2008 R2. I am Running several Windows 2008 guests OS that I will be using for sharepoint and sql server. The guest IP nic cards are set as bridged and receive their IP from a linksys router. … | |
Hi all, I have a VS2008 winform application that connects to an Access 2007 database. However, I have been given the task of converting it so that it connects to SQL Server 2005 instead. (I've already migrated the data + database over without too many problems). The question is... is … | |
Hi. I've made a record on a table which would be used as a comparison to other records in the table. for example.. table: recordID 100001,Company Name recordDI 999999,Company Name i want to compare record 1000001's Company Name with record 9999999's Company name. How do I do that? thanks! | |
I hav created a database using a windows application form in vc++ i can add and delete entries in the database.. but my prob is that the database s nt getting updated.... it says that "[COLOR="Red"]no value given for one or more required parameters[/COLOR]" my update code s as follows … | |
hi.. I've created a Point of Sales(POS) system which will link to microsoft access and now I'm trying to create a mobile apps tht will be use in PDA to link to my POS system and access which is my database. Any idea of what type of method i should … | |
Hi GUys Just wondering if any one can help me out. Basically i wnat to create an SQL query which will take the input of the user and query that specific variable: e.g the user enetrs in a field, the value entered is assigned to variable "srch", then in my … | |
hi i have a basic website connected to MS Access Database and i want to display the search results, 100 records returned from a query split over 10 pages. can anyone give me the script to do this, i am using ASP JAVASCRIPT NOT VB. Source Code is listed below. … | |
Hello guys, I have problems with herss.exe for months. This spyware has extended not only to my computer but also to all of my usb keys and external disk. So whenever I scan and delete all of the files, it appears again after restart. Avast finds same stuff every day. … | |
File under what just happened here? According to a [URL="http://www.microsoft.com/Presspass/press/2010/feb10/02-22MSAmazonPR.mspx?rss_fdn=Press%20Releases"]press release[/URL] issued by Microsoft yesterday, it has entered into a cross-licensing patent deal with Amazon. This covers the Kindle as well the Linux-based servers that Amazon uses, and comes back to the Microsoft claim that a number of Linux implementations … | |
Can anyone provide a quick solution for INSERT the entire excel sheet into a access database. This is a click button event that just opens a excel sheet in a windows form. What I like to see is some example how to INSERT the same excel data into a access … | |
Okay so I went through all the steps and here is my issue... I use BitDefender for my protection and turned it off to run A-Squared & HouseCall (the other would not go past 31%). BD found this Trojan but none of the others did. Problem is BD said it … | |
Hi, I have a project developed in VB.NET 1.1 (using VS 2003). The project has forms developed using the DataForm wizard (Connecting to Access Database, having a dataset and couple of adapter as automatically generated through the wizard - See attached screenprint "Original Form In VS 2003.PNG"). I converted the … | |
hi, i am currently using delphi 2007, i am wanting to be able to add a image(prefrebly jpeg) into a access database. i have tried doing this but i cannot as when it adds i get several errors, or it does not insert correctly, has anyone made any code or … | |
hi can anyone help me with this code that ive created for a login form, im having trouble with the username and password, ive highlighted the part that's giving me a problem. Error Message: The name 'inputName' does not exist in the current context : The name 'inputPass' does not … | |
Hi, I'm new in C#. I want to import data from Microsoft Access into Excel spreadsheet. How can I do this? Do I need to use OLEDBConnection and retrieve the data or is there any straight away way to import the data? Can someone point me to the right tutorial … | |
hi i have some kind of virus on my compter trying to get me to buy paladin antivirus or something and also plays audio clips random and installs porn on my pc. i have tryed CC cleaner and avg anti virus any help would be greatly appriacated. heres my hijack … | |
I have the following problem, and would appreciate some advice on how to go about fixing it!! My PC at home (WinXP SP2) has a decent internet connection, but for the last few weeks I have been unable to access the microsoft.com website, first noticed due to failure of the … | |
hi every1 i m creating a simple ms access project. i created a report ,when the user opens it,it opens a query which askes user to enter name. the user enters the name and the report by that name generates. is there a possibility that when the name is asked … | |
Hi, Can anybody tell me how to make a button in an access form that connect me to a website? | |
I'm trying to get CPU usage with PerformanceCounter but getting the following error. Server Error in '/' Application. Access to the registry key 'Global' is denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error … | |
Hi all, Now I've spend hours on google without findeing a solution to this small problem. I have a running program that uses an access database as datasource. When startet it opens the mdb in exclusive mode. [B]Now the problem:[/B] I need to read (and only read) the data from … | |
Hi, I am PANHA, I am Cambodia, I study Microsoft Visual Basic 6.0 ,I like it Because this Program , It's not Difficult to use , I alway make some program that i can with this program , also I sometime I study Microsoft access , ADOBE Flash ,ADOBE Photoshop, … | |
Dear Friends, I am new to Visual basic 2005 as I have used VB6 till now. I wish to do a database application using Microsoft Access 2003 and Visual basic 2005. I am very happy, if any one could give the step by step instruction to connect Access, insert, delete, … | |
please, check and give new source code[code]function getsubmit() { var lastname; var Firstn=t1.value; var cn=new ActiveXobject("ADODB.Connection"); var StrConn="provider Microsoft.Jet.OLEDB.4.0"; Data Source=d;//student_base.mdb; var SQL="select t1 from manisha where FirstName="'"Firstn+"'"); On.open(SQL,cn); surname.value=rs(0); DOB.value=rs(1); alter(rs(0)); rs.close(); cn.close(); } </script> </head>[/code] | |
hi, i m trying to run a query on an MSAccess table, but it does not give me any count but only 0. There are 3 null values which i should be getting but it does not give me the result. This query works perfectly in MSSql Server 2008. the … | |
Hey all, I wondering if you could help me get my head around this problem. [CODE] connetionString = "Provider = Microsoft.ACE.OLEDB.12.0;Data Source = KellihersLawnmowers.accdb" cnn = New OleDbConnection(connetionString) cnn.Open() overDue = "SELECT tblCustomer.*, tblMachineHistory.*, tblPayments.* FROM (tblCustomer INNER JOIN tblMachineHistory ON tblCustomer.Customer_ID = tblMachineHistory.Customer_ID) INNER JOIN tblPayments ON tblMachineHistory.Machine_ID = … | |
Hello everyone I am new to access and have been trying to teach myself a bit lately. In any case, I have a problem with a specific text box(NumofMonths) within a form. I need for the default value to be 12 and that it may be edited. This text box … | |
Hi I have what at first seemed to be a very simpe problem: I have a Microsoft Package that requires me to use nmake to make a lib file. I am unfamiliar with make files as I use visio and XP. Now I had to move somethings due to restricted … | |
Trying to use an oledbdatareader to search through a table in my Access database. When I hit the command button to search it throws an error that says no data exists for row/column, but if I execute the command against the database it returns exactly what I am looking for. … | |
Hello , i made a form with a button. When i press this button , it open a new form. If i close the new form , and i try to open it again , i recive a error. [code]See the end of this message for details on invoking just-in-time … | |
Hi, I am having trouble connecting to the internet. This is after I had a "Police Pro Virus" and thought I had eradicated it I am not a novice, nor an expert, somewhere in-between. This is the first time I have had to deal with a problem like this and … ![]() | |
how can i save the path of the picture i've browsed. i'm using vb.net as my front-end and ms access as my back-end. thanks in advance :) | |
hello all , i am a new who is truying to fix rundll32.exe, I have just downloaded hijackthis and need EXPERTISE info on what to do next I have not backed up anything yet b/c i do not know how to. when i ran hijackthis this is what was found: … | |
Hi This is my first time posting after daniweb has helped me alot but I couldn't find a solution for this so I thought hey why not ask. Basically I would like to have an sql statement which selects all the bookings from a table in microsoft access callled tblBookings … | |
Hi I am learning C#. I created two forms. Form1, Form2. Inside the program.cs -> static class Program -> static void Main() -> I am doing Application.Run(new Form1()); I have a public variable in Form1. That is "public static int myCode"; Inside the Form1-> There is a button -> button1. … | |
My teenage son was complaining about how slow his internet connection was, and how the connection kept hanging on him, so i asked him to run a complete virus scan, He is running the latest Mcfee VirusScan, which reported that it had detected "New Win32" in the C:\windows\system32\winlogon.exe. It also … | |
Hi All, I hope someone out there can help with this. I'm writing an app where a user selects a folder on the network for a job to deposit output into. The person setting up the job will not necessarily be the same person who runs the job and that … |
The End.