5,053 Topics
![]() | |
I am writing my first database app (windows form in c#) and I am using an access database. I have 2 tables with the following fields: payroll --Store --lastName --PayFreq --SSN (PK) --HireDate --EffectiveDate --TermDate --DeductionCode --Deduction --NAD CHAR hrconnection --Store --lastName --CoTime --Plan --Dependants --HireDate --EffectiveDate --TermDate --SSN (PK) … | |
Hallo Friends, I need some help from you. i am hereby attaching some files of my project. in 1.jpeg after clicking add button the data will be automatically written in access table shown in 2.jpeg. this is the code for add button. ----------------------------------------------------------------------------------------- [I]Private Sub cmdadd_Click() Dim db As New … | |
I have given below a code snippet where i am able to generate a ppt with one slide. In a loop the followig code snippet will be passed with new "dbId" and for each "dbId" new slide has to be added in the already existing PPT as extra slides. Please … | |
Hey All, I have been trying to install Microsoft Office 2003 Professional Edition with Vista Basic. So for I have been able to install only Visio and Microsoft Project, but what i really need to install is Word and Access. No i have read somewhere that Microsoft Office 2003 has … | |
Hello-last night I was on the internet watching a Camtasia presentation when suddenly my laptop crashed and threw up a blue screen with lots of white text. At the top it said "kernal data inpage error". And eventually the computer threw itself into reboot. The loading of Windows XP was … | |
I have been experiencing the strangest network problem with my Windows XP Pro computer. I can get an IP address and ping my router/websites, but i cannot browse webpages. There are two webpages that I can browse however, that I know of. It seems I can also check email through … | |
I'll start off saying I am not a programmer. I am making a database that imports data from Word forms. It requires code and I found some that works almost perfectly for me at [url]http://msdn.microsoft.com/en-us/library/aa155434(office.10).aspx[/url] It does exactly what I need. The only thing that would make this code better … | |
Hi I wonder if someone can help me - I've recently started getting random redirects from the google search page. Looking through some of the threads I've attached a hijack this log of the computer. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 22:42:46, on 29/10/2008 Platform: Windows XP … | |
Very interesting bug I am noticing with my PC that's been happening since yesterday. The file iexplore.exe will start up and run for a few moments, and then shut itself down. However, when it does this, it opens no windows to Internet Explorer at all. It just spikes my processor … | |
/ I'm using Microsoft Visual Web Developer 2008 to make a website and I have an access data source on the page linked to a table with a bunch of cities listed. There is a Grid View on the page linked to the data source. Also on the page I … | |
Hi. Recently I accidentally clicked on a website in google search that locked my Internet Explorer up to a point where it wouldnt close but it kept on executing whatever process it does to infect my computer. The File was called DelSelf.bat I believe. I tried to google it but … | |
I suppose this would be an advanced case. I have *at least* two viruses and some rootkits– the go.google virus and the adoginhispen Trojan/downloader. My internet connection is being rerouted through an external IP address. Search engines results redirect me to random web pages. I have upload and download activity … | |
Hi, I want to know the best solution for the following problem. I have free internet access included in my rent but I also have file server (synology DS06) with ethernet access (connected to my router) and a wireless HP printer/scanner (PSC 2710) also connected to my own router. Problem … | |
While installing Windows XP SP3, you receive the following error: [quote] Windows XP Service Pack 3 installation failed. Access is denied. [/quote] Resolution: 1. Backup the Registry 2. If subinacl.exe is not installed, download and install it. Link: [url]http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en[/url] 3. Create a file called reset.cmd with Notepad. Copy the text … | |
Hello everybody... I'have bound a database to my form, and it displays the record of some fields from my database. I want to make the displayed record so that it can be searched by clicking the "find" button by the related searching categories. Below are coding that i've used.. [Private … | |
[url]ftp://ftp.microsoft.com[/url] They have a nice listing of stuff on thier FTP site i will say that!! I like the FTPs you can access from your browser like this one... Why some you cant?? | |
I have spent the last 4 days trying to clear up the results of a 4 millisecond lapses of concentration. By not paying sufficient attention to what I was doing I unwittingly unleashed the most sophisticated Viral and Malware attack I have thus far encountered upon myself. Shortly after opening … | |
Dear Sir, I have developed the database program for storing the Company bills. it has two table COMPANY & COMPANYBILL. It has 1-Many relationship. In the COMPANYBILL table i am storing the BillAmount and PaidAmount. Also i have create a form for the COMPANYBILL. The Report shows the BillAmount, PaidAmount … | |
Hallo everyone, Iam using C# to insert a row into access table. Iam getting the values to insert from textbox. I got the error "cannot open action query". Here is my code [code] private void button1_Click(object sender, EventArgs e) { txt1 = textBox1.Text; txt2 = textBox2.Text; String connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data … | |
Hi, For some reason lately I can't access hotmail.com. When I put in the address it just keeps loading until it times out with a white screen. I thought that maybe the site was down but I asked a friend to try it out and he logged without any issues. … | |
I made a querie with 2 table. both of 2 table have date fields. the querie also have this both of date fields with other fields. so all data show in a each line. like name | address | date this 3 fields in table1 Roll | Class | date … | |
On not filling a text box of a field that is madatory in the database i want to throw a error message to user and set the focus to that particular Text box Please help me in setting focus to that particulat text box. [code]Private Sub Form_Error(DataErr As Integer, Response … | |
Hi, this morning I noticed that my internet was barely working. Internet pages would load forever and mIRC kept disconnecting. Tried restarting my modem and the router, but that didn't make any difference. Then I called the ISP technical support service, the guy ran a packet test and he said … | |
Whenever i run a search on google, the results appear normal but do not direct me to the correct page - instead i get redirected to another page; usually go.google or something like that. This problem started about a month ago and has been very frustrating. Once google worked normally … | |
hi guys, i'm trying to connect java application to SQL server 2005 developer edition, i used the following code which comes with the microsoft jdbc-odbc driver 1.2, after that i modify the class path to load sqljdbc_auth.dll file. import java.sql.*; import com.microsoft.sqlserver.jdbc.*; public class connectDS { public static void main(String[] … | |
Hi All I am getting this error message when i run my pocket pc application using active sync on my PDA. i get this message when I am using threading in my application otherwise the code works but application crashes when i am trying to access the menus while the … | |
hi, in my MS ACCESS front end, when i press TAB to jump to next text box or button focus is shifting in a disorderly way with no proper pattern. What might be the reason. Please help me. Regards Jagadeep | |
all links on search engines are re-directed to seemingly random pages. Majority of anti virus and spyware programs are blocked from being downloaded or installed. managed to get a hijack this log. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:06:14 PM, on 11/18/2008 Platform: Windows XP SP3 (WinNT … | |
All, I have an issues form in a database (MS Daily log) and when you fill in the form it save the data into an issues table. Everytime you do this it gives each issue an ID number (auto number). Basically I want to fill in the form then before … | |
Hello, few days ago I've noticed that my browsers are acting up weird. It loads much slower, font size became larger of some websites and google search results always redirects to some place else... Also, windows update website wont load. Tried scanning my computer with a bunch of anti spyware … | |
I have a combo box on a sub form. Based on the choice, I want another combo box on the sub-sub form to have a selected choice. I've tried to have the choice change the Row Source on the 2nd combo box but I've been unsuccessful. Both of the combo … | |
hi, I get a crash as "Unhandled exception at 0x5f4335bb (MFC42D.DLL) in VMFirewall.exe: 0xC0000005: Access violation reading location 0x00000000." in D:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\src\mfc\appmodul.cpp in _tWinMain() funtion at call of AfxWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow); This crash is in both debug and release....i have tried ignore of mfc42D.lib and mfcs42d.lib....but … | |
In thread [url]http://www.daniweb.com/forums/thread157149.html[/url] I was asking for different alternatives for passing a node as a parameter to an XSL stylesheet called from Java using saxon. I set up on using the XdmNode object as a parameter for passing the parameter and here is a code extract: [code=java] // create a … | |
I noticed that many ppl have the same problem im having i got this check core .dsk in my c:windows/system32/drivers i have hijack this but am gonna need some help removing it ill post my hijack this log now thanks for any help in advanced ...p.s. im a little more … | |
I need help with something that’s infected my computer and I can't remove. I first noticed something was wrong when any internet search engine links are re-directed to other suspicious sites. Additionally, my browser was unable to contact any anti-virus sites, responding with an unable to connect message. My anti-virus … | |
Per request, starting a new thread. The Microsoft Malicious Software on-line tool found Wind32/Renos and seems to have removed the self-install program so I don't get the annoying pop-up balloon, but I can't access virus related websites nor can I run ir in most cases even install any of the … | |
For years, I have programmed pretty complex Access databases used by hundreds of end users. I am now tasked with learning FileMaker Pro 9. Can anyone recommend a FileMaker Pro book that would be good for someone who already has database knowledge but would like to transfer skills to FM … | |
I am using xp pro sp2. I wanted to install a vista theme. I installed some of the themes and every thing went fine. But after rebooting nothing was visible on the desktop. Nothing would appear by right clicking. I use task manager and type in command to do my … | |
Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 11:26:41, on 11/15/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16735) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Lavasoft\Ad-Aware\aawservice.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\LightScribe\LSSrvc.exe C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\MDM.EXE C:\WINDOWS\system32\nvsvc32.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\RTHDCPL.EXE C:\Program Files\HP\HP Software … | |
I have two tables as below table 1 ProductID---Int Descritption---Text table 2 Id FK_ProductID--Int Category but on the FK_ProductID I dont want my table not to display a number but the description from TBLA. | |
hi there i need to build a basic forum with admin rights through asp.net v-studio , access database. i keep getting mixed up when trying to create the p keys and foreign keys if any one could help me or show me in the right direction i would much appreciate. … | |
my browser is running so slow it takes 10 to 12 seconds to open up the page. so i think i have some virus,spywear or malware issue... can some some one please take a look at this log below .... Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 1:16:55 … | |
Hi All I am using[B] MS ACCESS 2003 and VB version 6.0.[/B]I made a Blank database in ACCESS with a table having fields [B]Username & Password.[/B] My VB application consists of [B]2 textboxes and a command button[/B]. I established the connection using [B]"Microsoft.Jet.OLEDB.4.0[/B]"(coz i tried first 3.51 but it wasnt … | |
a sample application (vs 2008) is needed to get started with Microsoft Enterprise Library (dlls used as data access ). If someone has used Ent Lib please give web.config settings and a sample code of any one page using libraries. I am facing problem in configuring for data access like … | |
Hi there, This is my first post and I have already found this post extremely helpful. It's made a tough situation a lot easier. I bought a brand new PC last week and was online last night. Everything was going fantastically. The PC was running slickly and I was being … | |
basically I have a form with 3 fields, ID, NAME and ADDRESS. What I want to do is after I enter my ID it will fetch the NAME and ADDRESS data from my access database. I want it to fetch the data after I finish entering the ID, but the … | |
hello, i need help. my computer is really messed up. i can't access any virus support websites (such as pctools.com) and my web browser requires me to copy and paste the url into the search bar. i can't update any of my virus software, because it won't let me access … | |
![]() | Lately whenever i use flash to load a movie, youtube clip, or even music on project playlist my computer starts playing the sound and music files very choppily. I have no idea why this is. My computer is newer w/ 3 gb RAM so I don't think it is running … |
My program is using Access mdb database through ADO. I have Access installed here, but there is no Access on that machine which has the database. There is a query, which takes much more time than it should... My question is: - How can I profile that query (under Access … | |
How to add Cristal Reports 9/19/11 Professional into Access 2007 ?? |
The End.