14,025 Topics

Member Avatar for
Member Avatar for mah300274

Straightforward question. If I run Hac-inT0sh on one partion with W7 on another can these partions be separated onto separate hard drives (when I get two hard drives). Any certain programs? Thanks!

Member Avatar for Rik_
0
163
Member Avatar for z123

Hi, I recently got a message on my computer (Windows Vista Home Premium) from Windows defender, stating that I have harmful or unwanted software on my laptop. I click remove, windows defender says "successful", but this same pop-up comes back when I reboot and while my laptop is on. I …

Member Avatar for jholland1964
0
190
Member Avatar for ziron

Hi people, I am a C4 Quadriplegic I use WiViK 3.1 desktop keyboard with word prediction called wordQ but I keep getting the same error. I have reinstalled it many times, I have up to date antivirus and spyware. [URL="http://www.wivik.com/description.html"]http://www.wivik.com/description.html[/URL] I host and design websites but know nothing about C++ …

Member Avatar for ziron
0
440
Member Avatar for judithSampathwa

hi there, i was doing some changes to the ms sql reporting server and after some time i get an error saying "the request failed or the service did not respond in a timely fashion. consult the event log or other applicable error log for details" i restarted the server …

0
86
Member Avatar for samueal

Hi I have a access database that contains foreign characters(Hebrew language). How can i search the values in the column by using c#? This is my code: SELECT * FROM "table name" WHERE column_name LIKE '%שגל%' I'm getting this error: Syntax Error in SQl statement Can anyone please afford your …

Member Avatar for samueal
0
112
Member Avatar for arunmag

An application called DBMS Copy is giving me an error every time I try to connect to an ODBC database. ERROR #1552 : ODBC, Connect Error -> [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Please help me. I already browsed the internet, there are …

Member Avatar for debasisdas
0
203
Member Avatar for xiiopao

Good day guys, anyone here who knows how to easily access image pointers stored in a database in JSP?... here's my code =) ... it already works in retrieving data other than the image... my database contains petid, petname,birthdate,image,petprice.... [CODE] <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%> <sql:setDataSource driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/store" user="root"/> …

Member Avatar for parry_kulk
0
148
Member Avatar for jay.barnes

Hello! I am working with an Access Database (Access 2002) that contains a form that is supposed to import a CSV. However, because some of the integers contained in the CSV are too large for Access to handle (regardless of the number format I select for the field), I'm going …

Member Avatar for AndreRet
0
773
Member Avatar for ashapbhalerao

This is my code to save values in MS access...but when i click on save it shows "INSERT INTO STATEMENT error" Plz som1 help!!!! [CODE]Private Sub save_Click() 'Text4.Text = cmbCustID.Text 'Text3.Text = cmbLocation1.Text 'Text5.Text = cboSize1.Text Dim temp As Integer 'On Error GoTo eror blnerror = False myValidation If blnerror …

Member Avatar for Jx_Man
0
157
Member Avatar for koffimide

Help! i cannot access my ms access database i am using to learn web design. I keep getting different error codes depending on the windows webhosting used. The latest i got was : Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]General error Unable to open …

Member Avatar for crishjeny
0
323
Member Avatar for neosonic

Hi, I am working in the program which is written in Access 2003 database with developer extension. It looks really similar with vb6. It is quick and it does the job, but we would like to upgrade it into vb.net considering that the technology might "abandon" it. So, we try …

0
66
Member Avatar for arun_taurean

hi Recently i had formatted my laptop with windows 7 premium OS.I had plugged my usb and i had forgotten about it and i had formatted whole system.Now when I plug my pendrive i'm noty able to access it..I think during formatting the laptop perhaps some files might have been …

Member Avatar for jingda
0
119
Member Avatar for gruffy321

HI all, am fairly new here stil and hope to give back as much as i take , in time , experience and wisdom... (the wisdom bit is probably way off for now) I have a set of tables , but one table needs to show the information chosen in …

Member Avatar for gruffy321
0
187
Member Avatar for agrarian

I am creating a Delphi program that needs to extract data from our database and create an Excel report. I would prefer to use the Delphi components TExcelApplication, TExcelWorkbook and TExcelWorksheet, but I haven't been able to get them to work. Most of the examples I have found are fairly …

Member Avatar for Wolfgan
0
2K
Member Avatar for akamini

I feel guilty about posting again but I need help again and I have tried other sources of help e.g google and asking someone who is familiar with vb.net but still can't find the solution to it. It must be another simple fix but I cant find any reference to …

Member Avatar for raffy3
0
346
Member Avatar for rockerfaz

Hi i'v recently bought a 2 year old packard bell easy note ALP-Ajax C3 laptop with windows vista, i have seen this laptop working and connect to bt broadband and go online before i bought it, but when i brought it home and tried to connect it to my virgin …

Member Avatar for Robert.Nikic
0
230
Member Avatar for ckwolfe

Hi, sorry my title isn't very explanatory. What I need to do is to access a variable from a main function, in another function without using a parameter to do so. Based on the nature of the problem you might see why I would do this. (if there is a …

Member Avatar for JamesCherrill
0
139
Member Avatar for joceisme

So I've been trying to deal with a virus that's been affecting my rundll32.exe, but have been unsuccessful so far. Here's my HJT logfile (there's a heck lot of rundll running). Please help! I've used avast and malwarebytes to try cleaning it out but nothing works. I even went into …

Member Avatar for jholland1964
0
313
Member Avatar for hafizurahman

i use ms access as database and i dont know why my code not working.. here some of code [CODE]Private Sub btnSimpan_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSimpan.Click Dim conAccess As OleDb.OleDbConnection conAccess = New OleDb.OleDbConnection conAccess.ConnectionString = "Provider=Microsoft.Jet.OleDb.4.0;Data Source=" & Application.StartupPath & "\kptm.mdb" conAccess.Open() If txtNamaP.Text …

Member Avatar for IrshadIkhlas
0
145
Member Avatar for crazycat503

Hi, I am trying to come up wit a database design for a small school. it works this way: in AC-Year, there are 3 terms with each term having 2 semesters. New students get registered at the start of each term. A student may take entrance exam. if he fails, …

Member Avatar for boblarson
0
113
Member Avatar for erioch

Hi all, I have this code for the password reset form, It is supposed to generate a new password and the encrypt it to update the database then send an email to the user the new password for the user to log in and change the password. This is because …

0
77
Member Avatar for shantanusinghal

[code=php] $conn=odbc_connect('mobshopDB','',''); if(!$conn){ exit("Connection Failed: " . $conn); } $query="INSERT INTO users(uid,pass,fname,lname,pmm) VALUES('$username','$password','$fname','$lname',$pmm)"; $rs=odbc_exec($conn,$query); [/code] this query gives me this error Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression., SQL state 22005 in SQLExecDirect in C:\Program Files\EasyPHP-5.3.6.0\www\mobshop\registered.php on line 39 ..please suggest a …

Member Avatar for hielo
0
92
Member Avatar for shawn130c

Hello, I need help saving data into an access 2007 database from a program created in vb 2008. I am making a basic "game" that allows you to move a "robot" up,down,left, right and will save the movements/positions into an access 2007 database. I already have the basic movement created …

Member Avatar for shawn130c
0
230
Member Avatar for gruffy321

Hi all and thanks for reading this..... I have a question that I cannot seem to find an answer for, out there in the big ol ether they call the internet, it involves a three stage procedure on a button pressed within an Access form ... [B] stage 1 : …

0
96
Member Avatar for Qpido

Dear Helpful Members of Daniweb, I have been working on several projects to automate work in the company I am working for and have come to the following problem: I have a VBA6 program I have successfully programmed to calculate the costs of our fasteners and anchors, now it is …

Member Avatar for monarchmk
0
354
Member Avatar for wisedave

Hello, I have a small office with 4 employees. We all work off of laptops (although I am about to bring a desktop in because I need a little more horsepower for some graphic stuff). I have a number of files I would like everybody to share, update and save …

Member Avatar for walayt
0
210
Member Avatar for lsvife

When I install sony vegas 8.0 i got an error message. Extracting file failed, it is most likely caused by low memory (low disk space for swapping file) or corrupted Cabinet. I certainly don t have an issue with low memory so what can you guys tell me about this …

Member Avatar for lsvife
0
1K
Member Avatar for Waterdragon900

We use Microsoft Online Services Sign in Tool to allow Outlook to access Microsoft's BPOS online Exhange and Sharepoint services. I recently had a user reporting that the Sign in tool was reporting "incorrect username or password" even though the credentials were correct. The solution turned out to be simply …

1
178
Member Avatar for rcaastro

Hi, I have a DELL desktop and laptop, both running XP Pro and am about to take delivery of another DELL desktop running Windows 7. I also have 2 printers, a small HP laserjet for B/W and an HP Photosmart Pro B9180 that I use for photography. Neither of the …

Member Avatar for jingda
0
264
Member Avatar for isumasama

hi all, i have created a crosstab query and one of the row heading contains a hyperlink field. my problem is that the field is not working, and on top of that it gives corrupted values too. pls help thanks

Member Avatar for isumasama
0
186
Member Avatar for isumasama

hi all, i need to do a record search in a form where its Record Source is Operation, but instead of searching the Operation, i need to search different table, say Remark.. i supposed the red highlighted code should be the place to set the Remark table, but how to …

Member Avatar for isumasama
0
150
Member Avatar for Nazarar

I am currently running Window's Vista on my Toshiba laptop. I got the laptop for free from a friend and there seems to be quite a few issues with it. Problems: I get popups in new tabs constantly for registry cleaners and that I am infected with registry errors. I …

Member Avatar for jholland1964
0
270
Member Avatar for WASDted
Member Avatar for shazzy99

Hi, I'm doing the following code to connect to Access Db. The db1.mdb is placed in c:\db1.mdb. It giving me error "couldn't find file" [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; using System; using System.Data.OleDb; namespace CustomerDB { class OleDbTest{ public static void Main() { //create the database connection …

Member Avatar for shazzy99
0
237
Member Avatar for guyinpv

I've got a funky situation here that I think a script could solve, but I'm no good at scripting Excel, so there! It's Excel 2007 btw. My online store exports a CSV of orders along with the line items of the order. To accomplish this, it outputs one row as …

Member Avatar for Reverend Jim
0
162
Member Avatar for Michaelkim

Hi All!, here's my problem. i'm working with Visual basic 6 and microsoft Access 2003 database. I use ADO objects for connection and manipulation of the database. In my database there are 3 tables .2 tables(Customers and Events) are the parent tables and 1 table(Orders) is a child table.The order …

Member Avatar for dspnhn
0
404
Member Avatar for Chris B.

Hello, I am trying to set up a PC to PC LAN via a CAT5 crossover cable. PC1, after some difficulties, 'got with the program' and showed a LAN connection. However, PC2 shows the red 'X' in the Network Connection Icon, and displays the message 'Network cable unplugged'. In 'Network …

Member Avatar for jingda
0
649
Member Avatar for arezz09

in form hve 1 datagrid, 1 microsoft reportviewer and 1 textbox.. all data in datagrid binding from access database.. i put this code in textbox to search data in datagrid and automaticly data will preview in reportviewer..in data grid hve 2 column, like product & model.. [CODE] Me.Product_listTableAdapter.FillByproduct(Me.MydatabaseDataSet.Product_list, TextBox1.Text) Me.ReportViewer1.RefreshReport()[/CODE] …

Member Avatar for arezz09
0
91
Member Avatar for ridzaq

I keep getting the following error when I try to add new record into database (Access 2007) "The INSERT INTO statement contain unknown field name:'login'." I dont whats wrong as the coding looks fine and the field login does exist in the database. Spent whole day trying to find the …

Member Avatar for ridzaq
0
2K
Member Avatar for Tiffini

I have a processing showing up in my task manager (iexplorer.exe) this is the first time I've seen it. It shows up when I start my computer and is taking up a very large amount of memory. Please tell me how to delete it? I ran hijackthis and it does …

Member Avatar for crunchie
1
456
Member Avatar for krazykrew007

Hi I'm new here and I wanted some help with this if you don't mind my pc cant repair its local connection always says windows could not finish repairing the following problem and at startup I can hear the windows sound effects and I am able to control the volume …

Member Avatar for benmar
0
158
Member Avatar for mah300274

I am looking at building my own custom case. When I was looking at a plexiglass cases they look pretty straight forward, except what thickness should the acrylic be? But I was looking at some computer cases like.... [URL="http://www.google.com/imgres?imgurl=http://www.random-pictures.net/uploads/case9.jpg&imgrefurl=http://www.random-pictures.net/gallery-show.php%3FID%3D27&usg=__ENvTGyXkVI65--2qq7nfbHy-upw=&h=413&w=500&sz=25&hl=en&start=17&sig2=76JMMtXZLefRvtnKaukrAQ&zoom=1&tbnid=GfsqyKSkbiv4vM:&tbnh=125&tbnw=177&ei=yK2WTYWPFdO1tweDqI3DDg&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C298&um=1&itbs=1&iact=hc&vpx=320&vpy=282&dur=390&hovh=204&hovw=247&tx=146&ty=108&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:1,s:17&biw=1332&bih=597"]http://www.google.com/imgres?imgurl=http://www.random-pictures.net/uploads/case9.jpg&imgrefurl=http://www.random-pictures.net/gallery-show.php%3FID%3D27&usg=__ENvTGyXkVI65--2qq7nfbHy-upw=&h=413&w=500&sz=25&hl=en&start=17&sig2=76JMMtXZLefRvtnKaukrAQ&zoom=1&tbnid=GfsqyKSkbiv4vM:&tbnh=125&tbnw=177&ei=yK2WTYWPFdO1tweDqI3DDg&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C298&um=1&itbs=1&iact=hc&vpx=320&vpy=282&dur=390&hovh=204&hovw=247&tx=146&ty=108&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:1,s:17&biw=1332&bih=597[/URL] [URL="http://www.google.com/imgres?imgurl=http://lh3.ggpht.com/abramsv/SHZ9qe4LrGI/AAAAAAAAVP4/OFjduChTJXk/ertjdhjgh.jpg&imgrefurl=http://www.darkroastedblend.com/2008/07/cool-computer-case-mods-part-2.html&usg=__jCXjKoNiEwQEvEjWclsfpYx_21Y=&h=473&w=640&sz=138&hl=en&start=17&sig2=sBHlLNHRNOVhNYyPBERccw&zoom=1&tbnid=G_3nuINHjw7xDM:&tbnh=125&tbnw=177&ei=pending&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:1&um=1&itbs=1&iact=rc&dur=514&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:3,s:17&tx=35&ty=34"]http://www.google.com/imgres?imgurl=http://lh3.ggpht.com/abramsv/SHZ9qe4LrGI/AAAAAAAAVP4/OFjduChTJXk/ertjdhjgh.jpg&imgrefurl=http://www.darkroastedblend.com/2008/07/cool-computer-case-mods-part-2.html&usg=__jCXjKoNiEwQEvEjWclsfpYx_21Y=&h=473&w=640&sz=138&hl=en&start=17&sig2=sBHlLNHRNOVhNYyPBERccw&zoom=1&tbnid=G_3nuINHjw7xDM:&tbnh=125&tbnw=177&ei=pending&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:1&um=1&itbs=1&iact=rc&dur=514&oei=w62WTfWZIOO80QHb-NWMDA&page=2&ndsp=19&ved=1t:429,r:3,s:17&tx=35&ty=34[/URL] [URL="http://www.google.com/imgres?imgurl=http://thecontaminated.com/wp-content/uploads/2008/03/r2d2-computer-1.jpg&imgrefurl=http://thecontaminated.com/r2d2-computer-case/&usg=__CbOpWVNo0eDDYOPppF7Yh22xpec=&h=533&w=400&sz=33&hl=en&start=36&sig2=LT381N16BGse0ukq5e89JQ&zoom=1&tbnid=UOWaxqlU_O2emM:&tbnh=153&tbnw=114&ei=KK6WTaygCMSTtwexhIiTDA&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C823&um=1&itbs=1&iact=hc&vpx=504&vpy=243&dur=2371&hovh=259&hovw=194&tx=105&ty=161&oei=w62WTfWZIOO80QHb-NWMDA&page=3&ndsp=24&ved=1t:429,r:11,s:36&biw=1332&bih=597"]http://www.google.com/imgres?imgurl=http://thecontaminated.com/wp-content/uploads/2008/03/r2d2-computer-1.jpg&imgrefurl=http://thecontaminated.com/r2d2-computer-case/&usg=__CbOpWVNo0eDDYOPppF7Yh22xpec=&h=533&w=400&sz=33&hl=en&start=36&sig2=LT381N16BGse0ukq5e89JQ&zoom=1&tbnid=UOWaxqlU_O2emM:&tbnh=153&tbnw=114&ei=KK6WTaygCMSTtwexhIiTDA&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26tbs%3Disch:10%2C823&um=1&itbs=1&iact=hc&vpx=504&vpy=243&dur=2371&hovh=259&hovw=194&tx=105&ty=161&oei=w62WTfWZIOO80QHb-NWMDA&page=3&ndsp=24&ved=1t:429,r:11,s:36&biw=1332&bih=597[/URL] [URL="http://www.google.com/imgres?imgurl=http://www.coolcomputercases.com/wp-content/uploads/2010/03/case-41-300x238.jpg&imgrefurl=http://www.coolcomputercases.com/&usg=__2nXA941kqmOsNZpHzZGArtv7Yls=&h=238&w=300&sz=24&hl=en&start=338&sig2=VSEMHYCy0TI2WDVb_vDszg&zoom=1&tbnid=H-Y4didskfKQDM:&tbnh=125&tbnw=158&ei=5q6WTYyDAdCjtgeUib31Cw&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26start%3D229%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26output%3Dimages_json%26tbs%3Disch:11%2C7508&chk=sbg&um=1&itbs=1&biw=1332&bih=597&iact=rc&dur=125&oei=0q6WTfTWEImP0QHA_uiADA&page=17&ndsp=19&ved=1t:429,r:8,s:338&tx=102&ty=86"]http://www.google.com/imgres?imgurl=http://www.coolcomputercases.com/wp-content/uploads/2010/03/case-41-300x238.jpg&imgrefurl=http://www.coolcomputercases.com/&usg=__2nXA941kqmOsNZpHzZGArtv7Yls=&h=238&w=300&sz=24&hl=en&start=338&sig2=VSEMHYCy0TI2WDVb_vDszg&zoom=1&tbnid=H-Y4didskfKQDM:&tbnh=125&tbnw=158&ei=5q6WTYyDAdCjtgeUib31Cw&prev=/images%3Fq%3Dcool%2Bcomputer%2Bcases%26start%3D229%26um%3D1%26hl%3Den%26sa%3DN%26biw%3D1332%26bih%3D597%26output%3Dimages_json%26tbs%3Disch:11%2C7508&chk=sbg&um=1&itbs=1&biw=1332&bih=597&iact=rc&dur=125&oei=0q6WTfTWEImP0QHA_uiADA&page=17&ndsp=19&ved=1t:429,r:8,s:338&tx=102&ty=86[/URL] I mean how would I go about making …

Member Avatar for rubberman
0
770
Member Avatar for guru_iyer

Hey I am trying to do a project on Test Engine. I need to retrieve random rows of questions from access database. I did the following code, but every time I once close and run it again, the sequence of questions is same. How can I change the sequence every …

Member Avatar for guru_iyer
0
797
Member Avatar for isumasama

hi how to do insert ignore in access? is access support this function? [CODE] CurrentDb.Execute "INSERT IGNORE INTO FullDB (IDProc, IDOp, IDTech) VALUES (" & IDProct & "," & IDOpt & "," & IDTecht & ")" [/CODE] or how can i do a search for duplicate record first before insert? …

Member Avatar for isumasama
0
1K
Member Avatar for isumasama

hi all, How to check if a particular row is exist before inserting it? my table has ID as Primary key, and 2 other columns, say Process and technology.. thank you

Member Avatar for isumasama
0
94
Member Avatar for isumasama

hi i have this form, and a subform datasheet.i need to copy selected row/record from the datasheet to the corresponding textboxes. i have used this, but it will copy the whole column title and the record, and i dont know how to separate the string of copied data into textboxes, …

0
73
Member Avatar for thecoolman5

hey, I use DEV-C++ and I want to know how to display text in a new windows project. this code that i used from an example doesnt work. [CODE]#include <windows.h> #include<iostream> #include<string.h> /* Declare Windows procedure */ LRESULT CALLBACK WindowProcedure (HWND, UINT, WPARAM, LPARAM); /* Make the class name into …

Member Avatar for thecoolman5
0
300
Member Avatar for Thigina

Hi, im a student doing a project on attendance system.... i have problem where the text entered (username)from formA jTextField1 need to pass to FormB in order to the combo box in FormB shows(subject,course,time) that correspond to the username was entered in Forma....i have try it....but got error... Here is …

Member Avatar for Thigina
0
141
Member Avatar for hhaannyy

good day for all i want to know how i can make linked tables in access with sql server 2008 i tried with odbc in access 2003 but i can not please help me i tried with Microsoft SQL Server Migration Assistant 2008 for Access but i can not

Member Avatar for hhaannyy
0
85
Member Avatar for Formby

I've looked all over the internet for a suitable solution to my problem, and I just can't fine a simple and effective one; so I hope I can get some help here! First off I am programming a hotel booking system for my college computing project. This consists of a …

Member Avatar for Formby
0
159

The End.