Thursday, 8 September 2022

python sql conn

 


in pycharm unable to connect to the sql so suggeted to in sql configuration manager

selecet sql server network configuration select protocols

>>enable tcp/ip true


No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...