Python Forum
Login screen code with SQL Server database
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login screen code with SQL Server database
#1
Hi,

I am new to Python.
I want to create a simple login page where it takes login name and password.
Database used is SQL Server and the credentials should be validated with data from SQL Server table.
Can anyone help me with sample code for the same.
Thanks in advance !.
Reply
#2
Welcome to the forum. Unfortunately this is not how it works. You need to put some effort, show us your code and ask questions regarding specific problems.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
Hi Buran,

Thanks for taking your time and response.

Login screen is not the only one I am planning to develop.
I just asked for "sample code for the same".
Idea was to see what's the simplest way to read/write data into SQL Server DB.

Well, when I google, hardly got anything with Python and SQL Server.
Found some with other DBs like mySQL, but looks third party components are used, which I don't really want to.
And some of the code looks very complex for basic DML operations, so was totally confused.

I have already developed pages for exporting data into excel/text etc.
Trying to put everything together and make it as a small project which will used by other users.

As member of many other forums, sometimes I myself put some effort and prepare script for others, thinking it will help them get going, hence I pinged here too.

Well, once again thanks for your reply. Though it dint really help me in any way.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to place Flask code on a public web server rarevesselt 6 6,892 Oct-04-2017, 07:32 AM
Last Post: rarevesselt

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020