- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Software Developer / Engineer
21 Posted Topics
Re: You cannot make a gradiant using 'color' - it can only have a single value. You need to use 'background. Have a look at https://codepen.io/cathydutton/pen/dPPpWj.. Or just Google 'CSS Gradiant' to get a list of online gradiant generators. | |
Re: No, Not Always. If The Diagram Is Getting Messy, Then It Points Towards The Database Design Needing A Look At. I've Checked Out The Sample Pic & My Thought Is That There's A Lot Of Pairings Of Player_ID & Team_ID. Maybe A Seperate Table With These Two In Would Rationalise … | |
Re: Straight From MSDN :- Control.TabIndex - Gets or sets the tab order of the control within its container. [B]Namespace:[/B] System.Windows.Forms Control.TabStop - Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. [B]Namespace:[/B] System.Windows.Forms For a control to be included … | |
Re: Are You Still Having Trouble With This Or Have You Sorted It ? | |
Re: You Can't Install SQL Server 2000 Standard On XP Pro Either. You Must Use SQL Server 2000 Desktop (Personal) Edition | |
Re: There Appears To Be Some Confusion. The Server Name That You Are Being Asked For Is NOT Necessarily The Name Of Your PC. It Is The Instance Name Of The SQL Server Installation. NOTE: You Can Have Multiple Installations Of SQL Server On The Same Machine What Version Of SQL … | |
Re: You're Having A Laugh.....Surely ! If You Really..REALLY Don't Know How To Do This, Then Send Info On : 1. Why It Appears You're Using Dynamically Generated Labels 2. Where The Integer Assignements Come From (Random !, Database etc) | |
Re: If Your Experience With Databases Is As Limited As You Say, It Seems Your Rather Jumping In @ The Deep End. Maybe Focusing On Some Of The Fundamentals Will Provide A Better Starting Point. There's Umpteen Books For Database Beginners (Amazon.com) Google "Database Design" For Lots Of Useful Info & … | |
Re: Where Is The Formatting Taking Place - SQL ? FORMAT Is A (Among Other Things) A VB/VBA Command - NOT SQL Regardless Of This, 31st Dec Is the 1st (Or 2nd Day In A Leap Year) Day In The 53rd Week. 52 * 7 = 364 You Say You Want … | |
Re: It Would Help If You Gave The Table Information & Your Attempts @ Joining Them. Then I Could Suggest A Course Of Action. | |
Re: You Can't Embed Software Into A SQL Table Field !! Do You Mean Put The Human-Readable Form Of A Barcode Into A Field That Can Then Be Extracted To Send To A Barcode-Printer ? I've Used The Protocols Provided By Barcode/Label Printers Within VB6 App To Generate Barcode Labels. | |
Re: I Don't Think There's A Built In Function Specifically To Change The Base. The DIV & MOD Function May Help. Without Some Fancy Maths, Use These Functions To Create A String & Then Use The VAL Function. To Add 1 To A Number In Base 6, You'd Have To Translate … | |
Re: You Say Something SEEMS Wrong. Did You Get A Runtime Error ? If So, What Was It. It's Been A While Since I Did Any VB, So Someone Will Correct Me If I'm Wrong..... There's Nothing Wrong With ck_chick.Value = 0. Check Boxes, Radio Buttons And A Host Of Other … | |
Re: Really, If You Just Google "Access Expression Builder" You Get Lots Of Useful Stuff. However, As It's A Quickie. I Generated A Table (tblPerson) With FirstName, LastName & DOB. To Get The Ages Of The People, Use [code] SELECT szFirstName AS 'First Name', szLastName AS 'Last Name' [COLOR=red]DateDiff[/COLOR]('yyyy', tblPerson.dtBirth, Now() … | |
Re: It's Not Too Clear What You Want. 1. A Query That Gives You Rows Where id1<id2 ? 2. A Query That Gives You Rows Where id2<id1 ? You Mentioned Temporary Tables, So Either You're Making Things Too Complicated Or I'm Completely Missing The Point ! | |
Re: Yes, But You're Better Off Checking It Out For Yourself ! Just Try Google "Temp Table" ! | |
Re: It Seems You Want 'comment_mreference' To Mean Two Different Things. Why Bother. Add An Extra Field Into tblRegister register_type (0=Admin, 1=Guest etc) Also Include Administrators As Registered Users. Don't Make Administrators An Exception That You Have To Work Around. Incorporate Them As If They Were Just Another User. | |
Re: Hey, I've Attached The Relationship Diagram. It Might Not Mean Very Much Without The Table Contents To Flesh It Out. But I'll Get To That Soon. How Much Detail Do You Want To Go Into With The SQL. I'm Writing Stored Procedures & Functions To : Manage Staff (Add, Change, … | |
Re: First Off, If You Haven't Already Got A RDMS (Relational Database Management System) You Need Something Like Microsoft SQL Server Express. It's Free & Downloadable From [URL]http://msdn.microsoft.com/vstudio/express/sql/[/URL] It's Not Clear How Much Database Experience You Have, But Try Google "Database Design" - There's Plenty Of Links That Will You Guidance … | |
Re: First & Foremost, Why On Earth Would You Want To Monitor Changes (Inserts, Updates, Deletes, Create Tables !) In The WHOLE Database ? What Programming Environment Are You Writing Your Application In ? VB6 / VB.NET /C# etc If The RDMS Is Oracle Or SQL Server 2005 (Standard) I Believe … | |
Re: Please Tell Me You've Sorted This By Now. Try An Embedded Connection String ! Google "database connection strings" For Details |
The End.