Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Browsing all 13329 articles
Browse latest View live

How do I update a database entry from a textbox?

Here is my code: Dim connStr As String = "Provider = SQLNCLI10;Server=xxxxxxx\xxxxxxx;Database=xxxxxx;U id=xxxx;Pwd=xxxxx" Dim sqlStr As String = "SELECT * FROM Ticket" Try Dim OleDbDataAdapter1 As New...

View Article


Why does my window pop up on form load?

I have a form with two windows. The main form has a main canvas and two stacked canvases. On one of the stacked canvases there are keyboard navigable elements. I also have another window that is used...

View Article


Working with XML Fields

This is my first time working with XML fields. I am trying a simple: Select XMLField.Value('(./field)[1]','varchar(100)') as Data but I get nothing back. I do not know how to handle the 'i="1"' stuff....

View Article

Prevent word splitting with file with spaces in name

Hello, I have a script that "validates" a ZIP file that look like this Code: AAA_20120801.zip => x~back end~20120801.TXT y~time in~20120801.TXT z~heat_chamber~20120801.TXT AAA_20120801.ctl My task...

View Article

General Web Development RFI

Since March I've gone from 0 software development knowledge to being fairly proficient in cranking out useful apps in MS Access with good VBA coding. I also was able to migrate the Access backend to...

View Article


Full-text indexing rules

Hi, I'm running DB2 9.5 and Net search extender. The indexed column is a CLOB. Though I don't specify a format, in fact it is HTML. Here's my issue: I get no hits if I search for a two-digit number in...

View Article

Rebuilding Oracle Instance

Hi, One of my Oracle 10g Server Crashed, but i have the data, control & other files copied to another system where i need to rebuild the Oracle instance using this files. Please let me know the...

View Article

logarchmeth1 from disk to tsm

Hi All, I have changed the logarchmeth1 from disk to tsm then stop and start the instance. But, archives logs are not going to tsm and it stayed in the default log path. I have taken online backup via...

View Article


Code Review tool from Devart

Review Assistant in a Code Review tool from Devart that invludes following code review Features:Integration into Visual Studio Simple review process Integration with popular version control systems...

View Article


select qurery with diff tables

Hi; please find the scenario if the current region is DER means,we have to get the rows from MAIN_TABLE_DER if the current region is RET means,we have to get the rows from MAIN_TABLE_RET current region...

View Article

Compound SQL not working

Hi, I am trying below script(Compund SQL), which is giving me result as "0 rows affected." BEGIN ATOMIC DECLARE var1 TIMESTAMP; SET VAR1 = CURRENT_TIMESTAMP; SELECT var1 from sysibm.sysdummy1; END If I...

View Article

Why Obtain Oracle certified?

As a beginner of IT industry, you will ask why many people want to obtain Oracle certified. The demand for professionals in information technology (IT) is high, and the competition for jobs is intense....

View Article

Looping through changed values

Hi, I have an update trigger in DB2 9.7. I am referencing to OLD as DELETED, and this on FOR EACH ROW. I need to loop through the list of DELETED columns for the specific row. How do I do this? Thanks!

View Article


Secure problem when install informix

Hi everyone! I have encountered a user and path secure problem when install two informix database softwares in one machine which power by HP-UX. The version of informix which I installed is 11.50FC4....

View Article

How to manage a variable subform in Access

Hi all, I have the followign problem: I have parts that can have differents counters and I need to manage a form with a subform where in the form I have general data of a part and in the subform I want...

View Article


Change Date Format

Hi, Can you someone please help? I want to change a date format from American format (mm/dd/yyyy hh:mm:ss AM) to English format (dd/mm/yyyy) but i am struggling to put a query together that will change...

View Article

Topics for Paper presentation

Hi All, I am looking for some of the topics/ideas which i can use for the paper presentation, which is going to be held in one of the event. The topic/idea which i chose should be useful in Data...

View Article


accented characters in two columns behave differently

I have a table cfr_person defined with many columns but two of interest (both using the default latin1_swedish_ci encoding): NAME_LAST varchar(180) NAME_FIRST varchar(80) Insert or update a record with...

View Article

Finding TimeOut from next records

Create table t1 (traceid number, objectid number, locationid number, time number) insertinto t1 values(1,1,1,1) insertinto t1 values(2,1,1,2) insertinto t1 values(3,1,2,4) insertinto t1 values(4,1,2,6)...

View Article

Sql queries

Does anyone know the query to copy column data from one table and put it in another

View Article
Browsing all 13329 articles
Browse latest View live