7,494 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for serkan sendur

what is the required t-sql for getting all the child categories in a parent category? my table is like this : id | name | parentid

Databases mssql
Member Avatar for serkan sendur
0
178
Member Avatar for rt7878

Anyone know where I can get a free MySQL database so I can start the learning process for myself? I saw a post listed here for dbfree.net.. that post is old.. that takes you to IX Webhosting. I signed up for db4free.net but when I goto login it says "Loading" …

Databases mysql web-browser
Member Avatar for werks
0
206
Member Avatar for sbv

Hi i want to select the values from my table where a column must contains some value. So i wrote this Select * from RG_TAB where CMCode = 4 and CMCode = 5 This query not giving me any result but Select * from RG_TAB where CMCode = 4 Or …

Databases oracle
Member Avatar for debasisdas
0
96
Member Avatar for Venom Rush

Hi there I posted this problem in the php forum thinking the issue was something I had done wrong with my PHP but is now looking like a MySQL or possibly a technical computer error altogether: [url]http://www.daniweb.com/forums/thread108602.html[/url] Could someone please help me out.

Databases mysql
Member Avatar for Venom Rush
0
75
Member Avatar for timhysniu

Hi guys, I am trying to find a solid optimization technique for my problem. I have two tables that grow quote large: [code] CREATE TABLE `mydb`.`xm_artist` ( `artist_id` int(10) unsigned NOT NULL auto_increment, `artist_name` varchar(255) NOT NULL, PRIMARY KEY (`artist_id`), UNIQUE KEY `index_artist_name` USING BTREE (`artist_name`), FULLTEXT KEY `fulltext_artist_name` (`artist_name`) …

Databases mysql
Member Avatar for pritaeas
0
100
Member Avatar for SaviourV

Sorry if this has been posted before, but I'm in a bit of a dilemma of sorts. Also, if this sounds rather unclear, let me know, and I'll explain things further with a few photos. Before I begin, I came across this thread, mentioned at [url]http://www.daniweb.com/forums/thread105907.html[/url] ...this had something to …

Databases
Member Avatar for SaviourV
0
238
Member Avatar for Ankita B

hi, after i create a table using toad.im tryin to insert values thru sql but it says the given table does not exist.i cant find any commit button..what could be wrong???

Databases oracle
Member Avatar for Jx_Man
0
154
Member Avatar for WhitePunk

i just wanna ask if it if possible to make columns n ms access and how... because i am making a personal data sheet thanks in advance more powers and God Bless You all

Databases microsoft-access
Member Avatar for MidiMagic
0
75
Member Avatar for shreevidya

hi i am learning to work with mysql and c. i want to select a particular row from database which must be equal to a variable and the variable should be given by user.the program is in c where i use c api to connect sql database. how to join …

Databases api mysql
Member Avatar for gerard4143
0
98
Member Avatar for david_bronsky

I have question about TRIGGERS. I have (4 example) VEHICLE_TABLE with VEHICLE_TYPE column and CAR_TABLE and TRUCK_TABLE also. I need TRIGGER for INSERT/UPDATE/DELETE who well read value of VEHICLE_TYPE column in VEHICLE_TABLE and if value of VEHICLE_TYPE is CAR he will execute INSERT/UPDATE/DELETE on CAR_TABLE and if value of VEHICLE_TYPE …

Databases mssql
Member Avatar for david_bronsky
0
122
Member Avatar for leTus

Hello guys, I need some help hope you all can help me with this. So i have 12 little (I don't know what to call them but let's say) stores which are selling the same products (at this time 12). Like hot dogs, cola, gum and other stuff. Every day …

Databases database-design
Member Avatar for SheSaidImaPregy
0
100
Member Avatar for ITKnight

sorry if this a very newbie question but what wrong with my code : [CODE=MSSQL]select TBIn.NoTbin,TBIn.IdBrg, Barang.NameBrg,TBIn.SupCode,Supplier.SupName from TBIn,Barang,Supplier where TBIn.SupCode=Supplier.SupCode and TBIn.IdBrg=Barang.IdBrg and TBIn.IdBrg = B002[/CODE] Please Help, Best regards...

Databases mssql
Member Avatar for Jx_Man
0
193
Member Avatar for im.thatoneguy

I have a database with let's say two tables as follows: [U] Products Table[/U] ProductID | ProductName and [U]Widgets Table[/U] WidgetID | ProductID (Foreign Key) | Position Now how do I set it up if I want a variable number of widgets that attach to a product. But I want …

Databases
Member Avatar for im.thatoneguy
0
110
Member Avatar for ahmed elweshahy

how can i convert an access database to oracle database please help me

Databases oracle
Member Avatar for kevs1607
0
78
Member Avatar for tangosdad

I've got two tables - members and sponsor, their simplified structure below. members: id_num program_id sponsor_program_id sponsor: id_num sponsor Some of the members in members table are sponsors. I need to update the field sponsor_program_id in all records in members table with their sponsors program_id field. Sponsor table tells me …

Databases mysql sql
Member Avatar for tangosdad
0
84
Member Avatar for balls81

I have developed an access database for my company and want this to be available to multiple users remotely from different offices. I have been told that i need to migrate to MS SQL Server. Is this the case?? If so how do i do it? If not what do …

Databases microsoft-access sql
Member Avatar for leo002000
0
257
Member Avatar for MedievalKnight

Hi, I'm a bit stuck here. I have a table called STM_COMM and it contains following fields: id, member_id, email_addr, tel_nr, fax_nr A member can have multiple email addresses, telephone numbers and faxnumbers. so we could have something like this: id member_id email_addr tel_nr fax_nr ---------------------------------------------------------------- 1 5 info@test.com 2 …

Databases mssql
Member Avatar for danbuchan
0
111
Member Avatar for khalidmehmood

Hello Dear Experts! I need Oracle and EnterpriseDB comparison in detail. kindly help me.

Databases oracle
Member Avatar for Jx_Man
0
114
Member Avatar for echobase

Hello- I have these two tables: [code] CREATE TABLE ampref ( ampref_id serial NOT NULL, amp_id integer NOT NULL, code character varying(255) NOT NULL, description text ); CREATE TABLE amp ( amp_id serial NOT NULL, name character varying(255) NOT NULL, description character varying(255), url character varying(255) ); [/code] ...and I'm …

Databases mysql
Member Avatar for peter_budo
0
99
Member Avatar for kitkatsavvy

Hi, this is my first post. I have a website [URL=http://www.psychopanic.com]www.psychopanic.com[/URL] and theres an IP address that I want banned from accessing my site (203.213.0.10). Does anyone here know how to make a MsSQL script that can ban ip addresses? my webhosting Plesk control panel only lets me use MsSQL. …

Databases first-post mssql
Member Avatar for huangzhi
0
248
Member Avatar for pablavo

Hi folks This will be my first ask for help here;) I'm working on a database at the moment and have exhausted my resources on this one. I have a report with an underlying muti-table query. The report uses an input box to set the date criteria rather than Parameter …

Databases microsoft-access
Member Avatar for boblarson
0
138
Member Avatar for pikkas

there a way to get this info about my tables in a text file or anything that can be copy paste . i have many tables so i cant write them one by one? Properties DateCreated: 08/05/2007 11:38:58 PM DefaultView: Datasheet GUID: {guid {A79F9FC7-D630- LastUpdated: 09/05/2007 12:18:31 AM 47FB-A227-EB5202999268}} NameMap: …

Databases microsoft-access
Member Avatar for K7AAY
0
125
Member Avatar for CAInc

Goodday all, Just tried to install MSDE, no sooner then i click the intall icon, i get this message "A strong SA password is required for security reasons. Please use SAPWD switch to supply the same. Refer to readme for more details. Setup will now exit." Now i took a …

Member Avatar for jazzydancer
0
547
Member Avatar for rajaboys

i want sample code with Html with Ms Access.....i want urgently,,

Member Avatar for jonc
0
122
Member Avatar for kc8pdr

I new to mysql and I need a free mysql developer software ?

Databases mysql
Member Avatar for peter_budo
0
69
Member Avatar for peterrobertson

Is there a way to open the main access switchboard in windows without showing the access program? as a usable Data Base.

Databases microsoft-access
Member Avatar for peterrobertson
0
171
Member Avatar for JGinside

Okay, this is the situation. We are trying to set up a database where we input individuals for their personnel evaluations. We created a button in the form window and linked it to a macro that updates the "Date Due" block based on the date in the "Date Completed" block …

Member Avatar for jbennet
0
103
Member Avatar for Stagemgrrob

I am not a developer or especially knowledgeable in MS SQL, but I am the person responsible for creating special queries for my companies SQL Database. I have a query that is selecting customer names, addresses, product ordered and e-mail addresses. I am want to select only those customers with …

Databases mssql
Member Avatar for Jx_Man
0
135
Member Avatar for lebanese007

Hi all, This is my first time... and i'm not an sql guy by any means, but i can insert, update, blah blah... I have a question to ask, i have a table that has UniqueInt | Date1 | int1 | Date2 | varchar 1 I have duplicate records that …

Databases mssql sql
Member Avatar for Zadj
0
170
Member Avatar for sahoong

How do you write a store procedure to meet the following conditions: PROXIMITY SERACH PROCEDURE COMPANY table PK company_id int company_name varchar(100) premise varchar(10) street varchar(30) town varchar(100) postcode char(7) x_loc int y_loc int COMPANY_KEYWORD table PK, FK1 company_id int PK keyword varchar(100) The data above shows an extract of …

Member Avatar for Zadj
0
134
Member Avatar for Zadj

Hi, I'm trying get some summary results from two related tables. I'm looking to find the most efficient way to return this data in one result set. The tables can be summed up as follows: [code] MainTable MainID INT, Description VARCHAR(50) Eg: MainID Description 1 John 2 Adam 3 Fred …

Databases mssql
Member Avatar for nav33n
0
140
Member Avatar for justapimp

How do I create a single sql statement that will insert a row into a data table and return the row number back for processing? I tried to use the scope_identity method and find out it works well within a stored procedure environment. If anybody out there have another method, …

Databases mssql sql
Member Avatar for serkan sendur
0
106
Member Avatar for jamesvdm

Hey I've set up a maintenance plan to backup databases daily and noticed the following error in last night's backup - Database 'BizTalkEDIDb' is not valid to be included in the maintenance plan. Has anyone seen this error before or have any idea what it could mean? Thanks in advance. …

Databases mssql
Member Avatar for jamesvdm
0
64
Member Avatar for bhakti.thakkar

Hi can any one help me in following case? Table A ID | Name 1 , Apple 2 , Bat 3 , Cat 4 , Dog Table B ID | Name 1 , A 2 , B 3 , C 4 , D 5 , E 6 , F 7 …

Databases apple mssql
Member Avatar for bhakti.thakkar
0
161
Member Avatar for trudge

I've got a Perl script that lets a client of mine dump and restore his inventory database. It has worked fine for years, only I recently noticed strange file results. Instead of dumping the data to the file, I found this (I've munged the db name): -- MySQL dump 10.10 …

Member Avatar for trudge
0
101
Member Avatar for jtok

I am using SQL Server 2005 to run a stored procedure to update, delete, or insert depending on some conditions. The problem is that it gives the following error: Msg 4104, Level 16, State 1, Line 49 The multi-part identifier "PART.ID" could not be bound. I have it inserting some …

Databases mssql
Member Avatar for jtok
0
126
Member Avatar for tuukie

Hello I got a nice one. I have 2 MS SQL 2000 databases on the same server both are almost alike. Both have an items table with the field searchcode I want to copy the searchcode from db1 table1 to db2 table1. So something like this: [CODE] use [db1] select …

Databases mssql
Member Avatar for tuukie
0
153
Member Avatar for djapeBabe

hi my name is Anna and i have got this problem i am trying to practice sql queries using following database relational modell i know most simple ones but with these ones i got trouble it is about book lybrarry database using oracle. The primary keys are underlined. The foreign …

Databases mathematics oracle sql
Member Avatar for SQL
0
934
Member Avatar for alanos206

Using PHP on my registration page to register users on my site. Everything seems to be working properly from a PHP perspective. It even tells the user that they've been added. But when I view the table it only has one record which is the one that I created when …

Databases mysql
Member Avatar for phper
0
74
Member Avatar for jtok

I'm working with SQL Server 2005 on a stored procedure, but it appears to be going through both parts of the following statement, and not skipping the second half if it is supposed to. Basically it should update the row if there is data there, and remove the row if …

Databases mssql
Member Avatar for jtok
0
88
Member Avatar for buddie

I am creating a database from scratch for a scrap metal company in the uk, i have limited experience in MSexcel and have created some sort of database, however i reckon their are loads better software packages out there that are simple to use for a novice like me - …

Databases
Member Avatar for LewisC
0
560
Member Avatar for Funktar

Hello! I have two tables in an MS SQL database that I'm trying to join and display through PHP. My connection is fine and I've done it many times before, so don't worry this isn't a PHP problem. It's a my-query-won't-finish-executing problem. Table A: (about 2 million entries) id | …

Databases mssql sql
Member Avatar for Funktar
0
124
Member Avatar for egejo

Hello, there this is my first post and I´m desperate seeking for help, I have almost not knowledge of SQL as it is not my usual work. However, suddenly it has converted in mine....Hopefully I will got help in here. Well the issue is that our database manager has resigned …

Databases encryption mssql
Member Avatar for pclfw
0
143
Member Avatar for rajesh79
Member Avatar for pclfw
0
94
Member Avatar for mikjall77

I am in the early stages of writing a program in VB 2005 that deals with taking a test. I need to create an ERD for the project that deals with taking tests and storing the results. All users, admins, instructors, tests, questions, answers, and results will be stored in …

Databases database-design
Member Avatar for mikjall77
0
380
Member Avatar for 81griffinIT

but i hope someone can point me in the right direction. here's the story 2 pc's, one upstairs with database one downstairs used to access and make changes to. This was working no problem for months. Then the downstairs pc needed a new AGP video card, easy install no configuration …

Member Avatar for Ramy Mahrous
0
86
Member Avatar for EverUnloaded

[B][B]hi every body i'm new to MS SQL and i want to learn it if any body knows good source or web sites about sql server 2000, i'll appreciate if he lets me know thanx for your help, everunloaded, bye[/B][/B]

Databases mssql sql web-server
Member Avatar for EverUnloaded
0
85
Member Avatar for LORPHI

I am a network guy and not at all a programmer, but as I work for a small unit in a big company I have been given duties for a specific job and can not complete. I am trying to write code for a crystal report to do to theings. …

Databases
Member Avatar for iamthwee
0
117
Member Avatar for jrwolf7

I have a static page/site that I want visitors to be able to personlize, so that everytime they return they will find their own unique settings, links, personal information etc. I do not want them to have to login upon return. I have no idea what type of programming I …

Databases
Member Avatar for hooray
0
99
Member Avatar for nomadhacker

I am working on a product reviews site using php and mysql, and have a table set up for product data, as well as review data. I am trying to get a list of top rated products within the last 24 hours to show up on the front page. This …

Databases data-structure mysql
Member Avatar for nav33n
0
82

The End.