473,538 Members | 2,706 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

General Forum

For Miscellaneous Answers and Insights that don't fit in existing topics
0
1,070
thread by: newby | last post Jun 10 '06 by: newby
Hi i keep getting this error message while trying to start a hook dll, "Error s800D failed to connect," also this discription of my error mesage "%s: Failed to prepare the command SQL = %s." this i know is a syntax error, is their a programme or xp regedit trick to help me out and get this third party dll hook working, i know it has something to...
0
1,159
thread by: saraDotNet | last post Jun 10 '06 by: saraDotNet
I'm working on an Access DB and the OLEDB data adapter in a VB.net project, I've a windows form in vb.net called Customers orders (partno,name,orderedquantity) When I fill all the texts with it's data Pay attention to the txt of( the ordered quantity ) ,then I press the oreder button which save the entered data to it's table in the DB. How...
8
3,059
thread by: Tracker3000 | last post Jun 11 '06 by: chido
(please stop deleting :), or tell me why you are, but this is where I want the thread) How do I make an image gallery where there are about 20 thumbnails and when you click on one, it blows it up to normal size inside the same window, and when you click on another it replaces the blown up last image with the new one you clicked. Thanks
1
1,340
thread by: chingchanglang | last post Jun 12 '06 by: wlc04
Hi, what I'm trying to do is probably very simple...but simple is relative! :D I have a cmbo box on a form "". It is populated with a query to show me all the Topics in my table where the primary key is "Topic_Number". I want to choose one, select "Search" btn, and then have the "Topic_Information" page display with it's results based on the...
3
2,976
thread by: Craig Martin | last post Jun 12 '06 by: Craig Martin
I get a text file every day that has Customer ID and Product ID. The customer ID is only in the first record. I need to replicate the customer ID into each field relating to his products. Find and replace box works fine but I have hundreds to do each day. I need a to do it in the code area on "on open" or some other automatic way. Please help me...
4
2,109
thread by: lisabelle | last post Jun 12 '06 by: ablaye
Really, all I've ever done is a little html, but since FrontPage, hardly any. Now I am ready to sell my products after being online for a decade. I am newly signed up with Link Partners, and I get an automated email from a site that wants to exchange links. First I look at their site. Then I realize they are a zillion miles ahead of me in the...
0
1,076
thread by: Craig Martin | last post Jun 13 '06 by: Craig Martin
Hi I have 40 or so .csv files attached to my access xp.mdb. I am running a macro of about 40 append quires. If I pickup a damaged or partial file - that append query will fail. I do not get an option of continue or ignore. It halts the entire macro. Is there any way to disregard that query and allow the macro to continue. Set warnings in macro...
2
1,813
thread by: ge_orgy | last post Jun 13 '06 by: ge_orgy
Accidently, I(we) deleted the Logfile.LDF in sysfiles folder on the mssql server and now can't enter the database, which status now is set SUSPECT. Before deleting the logfile I did a Transaction-Logfile Backup and there is maybe an older version of full database backup somewhere. Trying to restore database with enterprise manager,...
0
1,120
thread by: trip_jitendra | last post Jun 13 '06 by: trip_jitendra
I am using the following code: <PUBLIC:ATTACH EVENT=oncontentready ONEVENT="fnOnMouseOver()"> <PUBLIC:ATTACH EVENT=onmouseover HANDLER="onmouseover_handler"/> function fnOnMouseOver() { onmouseover_handler(); }
1
2,114
thread by: j7o0s5 | last post Jun 13 '06 by: hazzainuk
How to create file help chm?
0
1,555
thread by: Laura-Jayne | last post Jun 13 '06 by: Laura-Jayne
Join Date: May 2006 Posts: 6 Help - SQL Query Anaylzer -------------------------------------------------------------------------------- Hi I am using the following code to give me everything after a space in a field: DECLARE @NM CHAR(30)
2
1,144
thread by: twindude | last post Jun 14 '06 by: twindude
trying to figure out how to make this work....... read some thngs but can't get it to work. a page that shows me a list of items from a DB query with a repeat region then I clik on the "view record link" and it shows me the different rows in the address bar (page.asp?row="xx"), so i think i'm passing ther row count but the data is not...
5
1,473
thread by: sekhar_ps | last post Jun 14 '06 by: Banfa
can any one tell me the clock rate for high definition image
0
5,104
thread by: wulongtea | last post Jun 14 '06 by: wulongtea
I am trying generate an HTML email message with C# Visual Studio 2003 that has a graphics file embedded in the message. (I know i should be using 2005 and the new classes there, but I cannot upgrade yet due to the policy at my company) my function seems pretty simple. but what i get is an HTML email that has an attached file, whic his the...
4
1,275
thread by: chingchanglang | last post Jun 14 '06 by: chingchanglang
HElp! I need to open a form without actually opening it. I'm thinking more of "Loading" it so I can use its recordset. But I do NOT want to see it. i have no clue.... Thanks!
0
1,154
thread by: vikash shrivastava | last post Jun 15 '06 by: vikash shrivastava
Hi i know Oracle, (OCA certified) but now i m new 2 DB2, kindly tell how can i access tables (or other objects) in db2 in XP pltfrm . what r the initial/default username & Pwd to access the database. how and by which tool/environment the query execute in db2.
0
1,566
thread by: dlewis0323 | last post Jun 15 '06 by: dlewis0323
Hi everyone, I'm using osql to generate a pipe-delimited output file, that is potentially up to 500 characters wide. No matter what I set the -w parameter to in my batch file, the output file still wraps at position 192. Is there an additional parameter that I can use to allow up to 500 characters, or is this a limitation of osql?? Any...
3
2,270
thread by: janani | last post Jun 16 '06 by: sashi
How to create an automated email for those who have registered in my website by giving them a username and password and enabling them to change their password after they login... what kind of scripting can be used??? any suggestions pls.... janani
2
5,751
thread by: madhuri.eerupula | last post Jun 16 '06 by: sashi
Hi Actually my task is to select some text in bitmap file and then copy paste somewhere else may in some word document or notepad or anything. My problem is how to read text from a bitmap file (hand written document) using c#. Actually how to select particular text in a bitmap file and show it somewhere else using c#. Are there any...
0
1,024
thread by: rysulliv | last post Jun 16 '06 by: rysulliv
I am trying to run the query bellow, and I get a mismatched datatype error for the two "sum" computation columns. I thought that using "null" in the corresponding columns would eliminate the problem, but it does not. If I print the "sum" columns from both select statements in the same column it works, but I need them to be side by side...any...
0
1,228
thread by: madhuri.eerupula | last post Jun 16 '06 by: madhuri.eerupula
hi how can we do mousedown and mouseup operations on a picture box in a form using c#, actually, i want to get rectangular coordinates on the (content of ) picture box and am able to get on form but not an picture box. how can i customize in order to read mouse operations on a picturebox using c#. hope u can get bck to me as soon as possible....
0
2,689
thread by: lifenetjon | last post Jun 18 '06 by: lifenetjon
I have a report menu page generated via a datagrid from an xml file. One of the columns on the menu page is a buttoncolumn. I thot I'd set the commandname of the buttoncolumn to the URL of the report page. I've not been able to figure that out :confused: I've tried commandname='<%# DataBinder.Eval(Container.DataItem, "URL") %>' but the...
3
1,668
thread by: Alwin | last post Jun 18 '06 by: sashi
Hey All! I am currently designing a database model for (at first sight) a simple order entry program. The problem I'm currently facing is the exchange of data between the databases of each branch of the company. The company consists of five branches where each the same program and, hence, same database is installed. The data between these...
4
976
thread by: langley55 | last post Jun 18 '06 by: langley55
Take this posting off the site
0
888
thread by: zombietufat | last post Jun 19 '06 by: zombietufat
Hi, Can someone help me to finish a project with Molecule Viewer?? You can download it for free from: http://www.tufat.com/s_3d_molecule_viewer.htm Thanks.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.