{"id":37597,"date":"2023-03-22T18:01:00","date_gmt":"2023-03-22T22:01:00","guid":{"rendered":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/"},"modified":"2023-03-22T19:23:36","modified_gmt":"2023-03-22T23:23:36","slug":"script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial","status":"publish","type":"post","link":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/","title":{"rendered":"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial"},"content":{"rendered":"<div align=\"center\" style=\"padding: 2%;\"><iframe loading=\"lazy\" title=\"SQL Database App with Windows GUI \u2013 Project Tutorial\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/VX4wl7qIcbA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<blockquote style=\"text-align: left; background-color: #E4E4E4; border: 3px dotted gray; padding:2%;\"><p>\n<a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/p>\n<h3>SQL Database App with Windows GUI \u2013 Project Tutorial<\/h3>\n<p><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a><a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><\/a> By <a href=\"https:\/\/www.youtube.com\/channel\/UC8butISFwT-Wl7EV0hUK0BQ\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><strong>freeCodeCamp.org<\/strong><\/a><br \/>\n<strong>Published<\/strong>: Mar 16, 2023<\/p>\n<p><em style=\"font-family: 'Times New Roman',Times,serif; color: #666;\"><span style=\"font-size: 3.5em; font-weight: bold;\">\u201c<\/span><\/em><br \/>\n<a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/i3.ytimg.com\/vi\/VX4wl7qIcbA\/hqdefault.jpg\" class=\"alignright\" align=\"right\" alt=\"freeCodeCamp.org\" style=\"width: 200px; height: auto;\"\/><\/a> Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a mySQL database server.<\/p>\n<p>You need Microsoft Windows to follow along.<\/p>\n<p><a href=\"https:\/\/www.youtube.com\/channel\/UCUSqKFDbRaaWQTaMN3r4Pbg\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">@shadsluiter<\/a> is your instructor for this course. He is a Professor Of Computer Science and Software Development at Grand Canyon University.<\/p>\n<p>Professor Sluiter has more courses here: <a href=\"http:\/\/studycoding.org\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">http:\/\/studycoding.org<\/a><\/p>\n<ul><strong>Contents<\/strong><\/p>\n<li style=\"list-style: none;\">\n<ul>\n<li>Course Outline<\/li>\n<li>Create a new database in mySQL<\/li>\n<li>How to write sql queries<\/li>\n<li>Create a GUI front end app<\/li>\n<li>Create a Data Access Object and connect to a database<\/li>\n<li>Query the database<\/li>\n<li>Add a picture box to display album art<\/li>\n<li>Insert new records into the database<\/li>\n<li>Create a second table and a foreign key<\/li>\n<li>Table joins part a<\/li>\n<li>Table joins part b<\/li>\n<li>Design with UML and ER diagrams<\/li>\n<li>Perform compound select actions<\/li>\n<li>Delete data from a table<\/li>\n<li>Add a video player to the app<\/li>\n<li>Extended Features<\/li>\n<\/ul>\n<ul>\n<li style=\"list-style: none;\">\n<ul>\n<li>(0:00:00) Introduction<\/li>\n<li>(0:04:33) Tools we\u2019ll need<\/li>\n<li>(0:08:49) Creating a new database<\/li>\n<li>(0:12:16) Saving the data<\/li>\n<li>(0:16:04) How to fill in a table<\/li>\n<li>(0:20:26) Select star from albums<\/li>\n<li>(0:23:44) How to delete backticks<\/li>\n<li>(0:27:16) Intro to the series<\/li>\n<li>(0:34:40) How to delete the backticks<\/li>\n<li>(0:37:49) Building the database app<\/li>\n<li>(0:42:22) Start of the demo<\/li>\n<li>(0:46:33) Creating an album class<\/li>\n<li>(0:51:19) Adding two albums to the list<\/li>\n<li>(0:55:11) Connecting the database to the database<\/li>\n<li>(0:58:08) Where does the data source live?<\/li>\n<li>(1:04:42) Setting up the database<\/li>\n<li>(1:07:53) Running the app<\/li>\n<li>(1:10:37) How to create searches<\/li>\n<li>(1:13:55) Programming the new search button<\/li>\n<li>(1:18:12) The problem with parameter queries<\/li>\n<li>(1:21:56) Adding a picture to the screen<\/li>\n<li>(1:26:12) How to test the problem<\/li>\n<li>(1:30:45) Adding new records to the database<\/li>\n<li>(1:39:22) Adding an integer to the database<\/li>\n<li>(1:43:27) Adjusting the column titles<\/li>\n<li>(1:46:13) Execute non-query query<\/li>\n<li>(1:49:06) Creating a foreign key<\/li>\n<li>(1:51:47) Install mysql workbench<\/li>\n<li>(1:55:05) Connecting to the database<\/li>\n<li>(1:59:04) Configuring the tracks table<\/li>\n<li>(2:06:49) We have a problem with Mamp synchronization<\/li>\n<li>(2:10:01) Inserting data into the tracks table<\/li>\n<li>(2:13:08) Selecting items from the database<\/li>\n<li>(2:16:46) Changes to the definition of tracks<\/li>\n<li>(2:20:55) Fixing the problem with the binding source<\/li>\n<li>(2:24:12) Foreign keys and joins<\/li>\n<li>(2:27:36) Selecting from the table<\/li>\n<li>(2:31:15) Changing the query using a join<\/li>\n<li>(2:39:10) Uml diagrams for our current application<\/li>\n<li>(2:41:58) Associative vs aggregation<\/li>\n<li>(2:45:47) Introduction to compound queries<\/li>\n<li>(2:49:53) Fetching the list of all tracks<\/li>\n<li>(2:53:03) Using the delete statement to delete tracks<\/li>\n<li>(2:56:35) The problem with converting an integer to an integer<\/li>\n<li>(3:00:33) Deleting a track by deleting its Id<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Learn to code for free and get a developer job: <a href=\"https:\/\/www.freecodecamp.org\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">https:\/\/www.freecodecamp.org<\/a><\/p>\n<p>Read hundreds of articles on programming: <a href=\"https:\/\/freecodecamp.org\/news\" target=\"offsite\" rel=\"nofollow noopener noreferrer\">https:\/\/freecodecamp.org\/news<\/a><\/p>\n<div style=\"text-align: center; font-weight: bold\">[<a href=\"https:\/\/www.youtube.com\/watch?v=VX4wl7qIcbA\" target=\"offsite\" rel=\"nofollow noopener noreferrer\" title=\"Read More on YouTube\">READ MORE<\/a>]<\/div>\n<p><em style=\"font-family: 'Times New Roman',Times,serif; color: #666;\"><span style=\"font-size: 3.5em; font-weight: bold;\">\u201d<\/span><\/em><\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a mySQL database &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[380],"tags":[391,1755,1756,3080,1753,3027,2612,3081],"class_list":["post-37597","post","type-post","status-publish","format-standard","hentry","category-video-tutorials","tag-apps","tag-database","tag-freecodecamp","tag-grand-canyon-university","tag-mysql","tag-shad-sluiter","tag-sql","tag-windows-gui"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial - WHUZZUP!<\/title>\n<meta name=\"description\" content=\"Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a myS...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial - WHUZZUP!\" \/>\n<meta property=\"og:description\" content=\"Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a myS...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/\" \/>\n<meta property=\"og:site_name\" content=\"WHUZZUP!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EricBrooksDotComWeb\/\" \/>\n<meta property=\"article:author\" content=\"EricBrooksDotComWeb\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-22T22:01:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-22T23:23:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i3.ytimg.com\/vi\/VX4wl7qIcbA\/hqdefault.jpg\" \/>\n<meta name=\"author\" content=\"Eric Brooks\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EricBrooksCom\" \/>\n<meta name=\"twitter:site\" content=\"@EricBrooksCom\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eric Brooks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/\"},\"author\":{\"name\":\"Eric Brooks\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/person\\\/3b162468e1f9814f6e9f61460db00a3a\"},\"headline\":\"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial\",\"datePublished\":\"2023-03-22T22:01:00+00:00\",\"dateModified\":\"2023-03-22T23:23:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/\"},\"wordCount\":429,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/VX4wl7qIcbA\\\/hqdefault.jpg\",\"keywords\":[\"apps\",\"database\",\"freecodecamp\",\"Grand Canyon University\",\"mySQL\",\"Shad Sluiter\",\"SQL\",\"Windows GUI\"],\"articleSection\":[\"Video Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/\",\"name\":\"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial - WHUZZUP!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/VX4wl7qIcbA\\\/hqdefault.jpg\",\"datePublished\":\"2023-03-22T22:01:00+00:00\",\"dateModified\":\"2023-03-22T23:23:36+00:00\",\"description\":\"Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a myS...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/VX4wl7qIcbA\\\/hqdefault.jpg\",\"contentUrl\":\"https:\\\/\\\/i3.ytimg.com\\\/vi\\\/VX4wl7qIcbA\\\/hqdefault.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#website\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\",\"name\":\"WHUZZUP!\",\"description\":\"What&#039;s new at EricBrooks.Com plus news and gossip all over CyberTown\",\"publisher\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#organization\",\"name\":\"WHUZZUP!\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ericbrooks.com\\\/images\\\/posts\\\/cropped-favicon_64-1.png\",\"contentUrl\":\"https:\\\/\\\/ericbrooks.com\\\/images\\\/posts\\\/cropped-favicon_64-1.png\",\"width\":512,\"height\":512,\"caption\":\"WHUZZUP!\"},\"image\":{\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EricBrooksDotComWeb\\\/\",\"https:\\\/\\\/x.com\\\/EricBrooksCom\",\"https:\\\/\\\/www.instagram.com\\\/ericbrooksdotcom\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ericbrooksdotcom\",\"https:\\\/\\\/myspace.com\\\/ericbrooksdotcom\",\"https:\\\/\\\/www.pinterest.com\\\/ericbrookscom\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/ericbrooksdotcom\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/#\\\/schema\\\/person\\\/3b162468e1f9814f6e9f61460db00a3a\",\"name\":\"Eric Brooks\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x\",\"caption\":\"Eric Brooks\"},\"description\":\"Web &amp; Graphic Designer, Blogger, Musician, Evil Clown. I also code websites and promote people for a living. Still kind of a jerk, though. Approach with food.\",\"sameAs\":[\"https:\\\/\\\/ericbrooks.com\",\"EricBrooksDotComWeb\",\"ericbrooksdotcom\",\"ericbrookscom\\\/\",\"https:\\\/\\\/x.com\\\/EricBrooksCom\"],\"url\":\"https:\\\/\\\/ericbrooks.com\\\/whuzzup\\\/author\\\/site-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial - WHUZZUP!","description":"Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a myS...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/","og_locale":"en_US","og_type":"article","og_title":"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial - WHUZZUP!","og_description":"Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a myS...","og_url":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/","og_site_name":"WHUZZUP!","article_publisher":"https:\/\/www.facebook.com\/EricBrooksDotComWeb\/","article_author":"EricBrooksDotComWeb","article_published_time":"2023-03-22T22:01:00+00:00","article_modified_time":"2023-03-22T23:23:36+00:00","og_image":[{"url":"https:\/\/i3.ytimg.com\/vi\/VX4wl7qIcbA\/hqdefault.jpg","type":"","width":"","height":""}],"author":"Eric Brooks","twitter_card":"summary_large_image","twitter_creator":"@EricBrooksCom","twitter_site":"@EricBrooksCom","twitter_misc":{"Written by":"Eric Brooks","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#article","isPartOf":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/"},"author":{"name":"Eric Brooks","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/person\/3b162468e1f9814f6e9f61460db00a3a"},"headline":"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial","datePublished":"2023-03-22T22:01:00+00:00","dateModified":"2023-03-22T23:23:36+00:00","mainEntityOfPage":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/"},"wordCount":429,"commentCount":0,"publisher":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/i3.ytimg.com\/vi\/VX4wl7qIcbA\/hqdefault.jpg","keywords":["apps","database","freecodecamp","Grand Canyon University","mySQL","Shad Sluiter","SQL","Windows GUI"],"articleSection":["Video Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/","url":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/","name":"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial - WHUZZUP!","isPartOf":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#primaryimage"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#primaryimage"},"thumbnailUrl":"https:\/\/i3.ytimg.com\/vi\/VX4wl7qIcbA\/hqdefault.jpg","datePublished":"2023-03-22T22:01:00+00:00","dateModified":"2023-03-22T23:23:36+00:00","description":"Learn how to design and use databases. You will create a graphical Windows application with C# that can display and modify data from a myS...","breadcrumb":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#primaryimage","url":"https:\/\/i3.ytimg.com\/vi\/VX4wl7qIcbA\/hqdefault.jpg","contentUrl":"https:\/\/i3.ytimg.com\/vi\/VX4wl7qIcbA\/hqdefault.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/ericbrooks.com\/whuzzup\/script-coding-sql-database-app-with-windows-gui-ndash-project-tutorial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ericbrooks.com\/whuzzup\/"},{"@type":"ListItem","position":2,"name":"[#Script #Coding] SQL Database App with Windows GUI &ndash; Project Tutorial"}]},{"@type":"WebSite","@id":"https:\/\/ericbrooks.com\/whuzzup\/#website","url":"https:\/\/ericbrooks.com\/whuzzup\/","name":"WHUZZUP!","description":"What&#039;s new at EricBrooks.Com plus news and gossip all over CyberTown","publisher":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ericbrooks.com\/whuzzup\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ericbrooks.com\/whuzzup\/#organization","name":"WHUZZUP!","url":"https:\/\/ericbrooks.com\/whuzzup\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/logo\/image\/","url":"https:\/\/ericbrooks.com\/images\/posts\/cropped-favicon_64-1.png","contentUrl":"https:\/\/ericbrooks.com\/images\/posts\/cropped-favicon_64-1.png","width":512,"height":512,"caption":"WHUZZUP!"},"image":{"@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EricBrooksDotComWeb\/","https:\/\/x.com\/EricBrooksCom","https:\/\/www.instagram.com\/ericbrooksdotcom\/","https:\/\/www.linkedin.com\/in\/ericbrooksdotcom","https:\/\/myspace.com\/ericbrooksdotcom","https:\/\/www.pinterest.com\/ericbrookscom\/","https:\/\/www.youtube.com\/user\/ericbrooksdotcom"]},{"@type":"Person","@id":"https:\/\/ericbrooks.com\/whuzzup\/#\/schema\/person\/3b162468e1f9814f6e9f61460db00a3a","name":"Eric Brooks","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","url":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/62114f8baf9a3737e7686125b69907010ad6aff5dfc07c12707e8a18bb49bc34?s=96&d=blank&r=x","caption":"Eric Brooks"},"description":"Web &amp; Graphic Designer, Blogger, Musician, Evil Clown. I also code websites and promote people for a living. Still kind of a jerk, though. Approach with food.","sameAs":["https:\/\/ericbrooks.com","EricBrooksDotComWeb","ericbrooksdotcom","ericbrookscom\/","https:\/\/x.com\/EricBrooksCom"],"url":"https:\/\/ericbrooks.com\/whuzzup\/author\/site-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/37597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/comments?post=37597"}],"version-history":[{"count":2,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/37597\/revisions"}],"predecessor-version":[{"id":37600,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/posts\/37597\/revisions\/37600"}],"wp:attachment":[{"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/media?parent=37597"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/categories?post=37597"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ericbrooks.com\/whuzzup\/wp-json\/wp\/v2\/tags?post=37597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}