AAndr3 0 Posted May 27, 2019 Report Share Posted May 27, 2019 Queria fazer um select como apresentado na imagem Como tenho acesso a todos os dados ? https://imgur.com/a/tKsuJaP obg Link to post Share on other sites
M6 150 Posted May 27, 2019 Report Share Posted May 27, 2019 Usas Ajax para ires buscar e popular os dados da caixa seguinte. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to post Share on other sites
AAndr3 0 Posted May 27, 2019 Author Report Share Posted May 27, 2019 mas nao ha ja um banco de dados com isso guardado? Link to post Share on other sites
M6 150 Posted May 28, 2019 Report Share Posted May 28, 2019 Sim. Essa informação fica guardada numa base de dados. Aliás, há por aqui várias discussões sobre o ficheiro dos CTT que contêm essa informação e a sua exploração. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar." Link to post Share on other sites
AAndr3 0 Posted May 28, 2019 Author Report Share Posted May 28, 2019 Não encontrei podes mandar o link? Link to post Share on other sites
Mikev 1 Posted May 28, 2019 Report Share Posted May 28, 2019 Olá AAndr3, Penso que o que andas à procura seja isto: https://www.portugal-a-programar.pt/forums/topic/43225-base-de-dados-dos-códigos-postais-de-portugal/ Cumprimentos. C# 😍 Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now